/ Published in: jQuery
URL: http://www.tvidesign.co.uk/blog/improve-your-jquery-25-excellent-tips.aspx
$('#myTable').find('.firstColumn').makeRed().append('hello');
Expand |
Embed | Plain Text
$.fn.makeRed = function() { return $(this).css('background', 'red'); }
Comments
Subscribe to comments
You need to login to post a comment.

console.time('create list'); for (i = 0; i