$(document).ready(function(){ $('div#dailySpecials').click(function(){ $('div#toggleDailySpecials').toggle(400); }); });