Doug McCaughan's Library tagged → View Popular
21 Jan 09
using-jquery-to-find-the-next-table-row
You don't need the show and hide tags:
$(document).ready(function(){
$('.expand').click(function() {
if( $(this).hasClass('hidden') )
$('img', this).attr("src", "plus.jpg");
else
Selected Tags
Related Tags
Sponsored Links
Ads by Google
Top Contributors
Diigo is about better ways to research, share and collaborate on information. Learn more »
Join Diigo
