$(function(){ $(".dialog-mask,.dialog-cancel-btn,.selList li").on("touchstart",function(){ $(this).parents(".dialog-box,.change-sex-box").removeClass("active"); return false; }) })