$( document ).ready(function() { $("#closeie").click(function() { $("#ie-warning").hide(); }); })