pab schrieb:
$(document).ready(function(){
$(".accordion h2:first").addClass("active");
$(".accordion p:not(:first)").hide();
$(".accordion h2").click(function(){
$(this).next("p").slideToggle("slow")
.siblings("p:visible").slideUp("slow");
Are you the one who asked this same question on learningjquery.com? If
so, please take a look at my answer there:
http://www.learningjquery.com/2007/12/questions-and-answers-from-the-list
Thanks,
--Karl
_
Karl Swedberg
www.englishrules.com
www.learningjquery.com
On Mar 29
2 matches
Mail list logo