.next(.class).slideToggle() not working

.next(.class).slideToggle() not working

Anyone know why the .next isn't working for me? You can see the code in action here http://stage.smh.com/indexgo4.html (this is not my code, just taking over for old developer). The area where the .next is not working is:

[code]$(document).ready(function () {
$('img.menu_head_img').click(function () {
alert("in here");
$(this).next(".menu_body").slideToggle();
});
});[/code]
    • Topic Participants

    • chris