/ Published in: Other

Expand |
Embed | Plain Text
$('#sidebar dt a').click(function(){ if ($(this).parent().next().length > 0) { $(this).parent().next().slideToggle(250); return false; } });
You need to login to post a comment.
$('#sidebar dt a').click(function(){ if ($(this).parent().next().length > 0) { $(this).parent().next().slideToggle(250); return false; } });
You need to login to post a comment.