thumbs.js icon indicating copy to clipboard operation
thumbs.js copied to clipboard

onXXX only fires on <a>

Open mwbrooks opened this issue 13 years ago • 0 comments

Events defined as elements attributes only fire on anchor elements.

Event fires:

<a href="#" ontouchmove="console.log('move');">Move</a>

Event does not fire:

<button ontouchmove="console.log('move');">Move</button>

mwbrooks avatar Jun 25 '11 06:06 mwbrooks