$(function () { $(".btnbox").hover(function(){ $(".showbox").slidetoggle(100); }); });