This blog has personalition features for you, the reader. Below is a key of what all the icons mean and which aspects of the layout they change.
Close Window
When creating jQuery custom utility functions always use this pattern because it protects the use of $.
(function($){ $.foo = function(argument) {alert(argument);} })(jQuery)
(function($){
$.foo = function(argument) {alert(argument);}
})(jQuery)
author: Cyby | posted @ Sunday, November 29, 2009 4:14 PM | Feedback (0)