November 2009 Blog Posts

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)

posted @ Sunday, November 29, 2009 4:14 PM | Feedback (0)