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
Post a Comment