$(name).css({ 'pointer-events':'none',//iphone対応するための記述 '-webkit-touch-callout':'none', '-webkit-user-select':'none', '-moz-touch-callout':'none', '-moz-user-select':'none', 'touch-callout':'none', 'user-select':'none' }); } $(function(){ imgGuard('.imgGuard'); });