SyntaxFix
Write A Post
Hire A Developer
Questions
You can always do this:
jQuery.fn.extend({ myfunction: function(param){ // code here }, }); OR jQuery.extend({ myfunction: function(param){ // code here }, }); $(element).myfunction(param);