As a side note, that technique could be used as a "black-hat" SEO trick so
it's possible google will account for it at some point.

-- Yehuda

On 1/12/07, jacmaes <[EMAIL PROTECTED]> wrote:


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/




--
Yehuda Katz
Web Developer | Wycats Designs
(ph)  718.877.1325
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to