I found this code, it supposed to find the first cell in the visible row and when I click it the cell is supposed to fadeout or fadein.
I want to adjust the code so that an input button will make this, How can I do this?
$('tr:visible').find('td:first').click(function () {
$(this).parent().next().fadeToggle()