Hi, all. When I try this.
$(document).ready(function() {
$('dt.toggle').css("cursor","hand").bind("click", function(){
$(this).next('dd').slideToggle(800);
});
});
.the 'dd' displays initially in the open position, then closes onClick.
How do I need to change the code so that the 'dd' displays initially closed?
Thanks!
Rick
_______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
