$(document).ready(function() { $('.itemNav').click(function() { $(this).next().slideToggle('normal'); }); });