$(document).ready(function(){ $("a.expand").click( function () { $("a.expand").hide(); $("div#menu_hor_buttons").show(); }); });