$(document).ready(function(){ $(".hover").hover(function(){ $(this).css({"z-index":"500"}); },function(){ $(this).css({"z-index":"0"}); }); });