/ Published in: JavaScript
Expand |
Embed | Plain Text
$("#contact-slide").hide(); $('#doBlind').click(function() { $('#contact-slide').slideToggle(500); return false; });
You need to login to post a comment.
davebowker on 11/24/08
1 person have marked this snippet as a favorite
$("#contact-slide").hide(); $('#doBlind').click(function() { $('#contact-slide').slideToggle(500); return false; });
You need to login to post a comment.