Thanks a million, Brandon. Boy, that was much easier than I thought. If only
I had taken the time of reading the docs...
Sure ... just hide it in the DOM Ready event.
$(function() {
$("h4").click(function() {
$(this).next().slideToggle();
}).next().css('display', 'none');
});
--
Brandon Aaron
--
View this message in context:
http://www.nabble.com/Jquery-SlideToggle-Effect-and-SEO-issue--tf2967098.html#a8302466
Sent from the JQuery mailing list archive at Nabble.com.
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/