$(document).ready(function () { $('.showhide').click(function () { $(this).next('div').slideToggle() }); });