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