(function($) { $.fn.highlight = function() { return this.each(function() { $(this).css({ 'background-color': '#ffffcc', 'border': '1px dotted #ffdd66' }); }); } })(jQuery);
- Example: highlight.html
(function($) { $.fn.highlight = function() { return this.each(function() { $(this).css({ 'background-color': '#ffffcc', 'border': '1px dotted #ffdd66' }); }); } })(jQuery);