Remember kids

When creating jQuery custom utility functions always use this pattern because it protects the use of $.

(function($){
   $.foo = function(argument) {alert(argument);}
})(jQuery)
Print | posted on Sunday, November 29, 2009 8:14 PM

Feedback

No comments posted yet.
Title  
Name
Email (never displayed)
Url
Comments   
Please add 2 and 4 and type the answer here: