$(document).ready(function(){ $(".imgtext").hide(); $(".imgbox").hover(function(){ $(".imgtext",this).slideToggle(500); }); });