javascript - Opposite of taphold event - jQuery mobile -


i want trigger when user holds button , trigger else when releases it.

on non-mobile, it's straight forward using mousedown , mouseup events, on mobile (ios webview) don't work.

so tried use taphold of jquery mobile works, want know equivalent of mouseup?


Comments

Popular posts from this blog

javascript - Clear button on addentry page doesn't work -

python - Error: Unresolved reference 'selenium' What is the reason? -

asp.net ajax - Jquery scroll to element just goes to top of page -