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 -

c# - How do I get the Nth largest element from a list with duplicates, using LINQ? -

jsp - "Sending a redirect is forbidden after the response has been committed" in sendRedirect -