$(document).ready(function() { $("#apphide").click(function(){ $(".mobile_apps img").hide(800); stop(); }); });