I'm working on a mobile app, however I have all the codes using on('click') event bindings.
I want to leave the code to use on('click'), however within that click even I want it to listen to touchend instead of click.
Is it possible? like extending or overriding this particular jquery function?