Using query to hide an element $(document).ready(function(){ $(".demo").click(function(){ $(this).hide(200); }); });