internet explorer - MSPointerDown event is not working in jquery -


i added function in mspointerdown event in jquery. not working @ ie of window tablet.

<div id="mytag" style="-ms-touch-action: none;"></div>  $('body').on('mspointerdown', '#mytag', function(){alert('hi');}); 

how can add function work in ie of window tablet.


Comments

Popular posts from this blog

rdbms - what exactly the undo information lives in oracle? -

bash - How do you programmatically add a bats test? -

clojure - 'get' replacement that throws exception on not found? -