/ Published in: JavaScript
Stub for creating classes in JQuery
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
var controller = function(){ } $.extend(VODController.prototype, { var instanceVar = "", var instanceVar2 = "", instanceFunction:function(){ }, instanceFunction2:function(){ } });