/ Published in: jQuery
Show/Hide HTML elements
Expand |
Embed | Plain Text
$('a.link').click(function(){ $(this).prev('div').slideToggle('fast');
You need to login to post a comment.
robmorris on 03/08/12
2 people have marked this snippet as a favorite
Show/Hide HTML elements
$('a.link').click(function(){ $(this).prev('div').slideToggle('fast');
You need to login to post a comment.