slideDown Doesn't work for me.
- by Lucifer
Hi All,
Why doesn't this jQuery code work?
$(document).ready(function () {
$('currentPage').click(function() {
$('myaccount').slideDown('slow', function() {
// Animation complete.
});
});
});
<li><a class="currentPage">Home</a></li>
<li><a…