$(window).click(function() { //Hide the item if visible }); $('#item').click(function(event){ event.stopPropagation(); });
No comments:
Post a Comment