Or, more simply:
$("dl dt a").click(function(){
$(this).parent().next().show();
return false;
});--John _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
Or, more simply:
$("dl dt a").click(function(){
$(this).parent().next().show();
return false;
});--John _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/