IEでpreventDefaultを使うときにはまったこと
1077 ワード
IE7~11上で動かすWebシステム上でフォームの入力制限にevent.preventDefault()メソッドを使って形式外入力を受付けないようにしていたのですが、IE10以前?(IE8で確認)だとエラーに。。。
reutrn falseだとie11はスルーだと!?これだからIEは。。。
対処方法
(event.preventDefault) ? event.preventDefault():event.returnValue=false;
-
event.preventDefault()
指定したエレメントで発生するアクションを停止させるメソッド。
Author And Source
この問題について(IEでpreventDefaultを使うときにはまったこと), 我々は、より多くの情報をここで見つけました https://qiita.com/hakuaneko/items/eca4e69daae6bd17a85f著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .