$("#box").on("click",function(e){ e.stopPropagation(); e.preventDefault(); $("#box").hide();});$("#box")[0].ontouchmove=function(e){ e.stopPropagation(); e.preventDefault()};