ryu's blog just a few lines of code

19Jan/101

jQuery: Hide all rows in a table which are not in class…

$('#detail_table tr').filter(function (index) {
return $(this).attr('class') != 'parent';
}).hide();

Comments (1) Trackbacks (0)
  1. I understand that : ))


Leave a comment

(required)

No trackbacks yet.