/ Published in: jQuery
Expand |
Embed | Plain Text
$(document).ready(function(){ $('a').click(function(){ $('#box').slideToggle(); }); });
You need to login to post a comment.
Some0ne on 01/16/11
1 person have marked this snippet as a favorite
$(document).ready(function(){ $('a').click(function(){ $('#box').slideToggle(); }); });
You need to login to post a comment.