javascript - how can i call jquery function from another jquery -


i having existing javascript document.in document want call 1 fuction,the

call this:

var cubo = new $.cuboid("lala", "lele"); 

and "cubo" value are:

$.cuboid {config: "lala", pos: "lele"} 

Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -