Question : How to replace all onclick events to ontouchstart using jQuery

I want to replace all on click events in html page with ontouchstart for touch screen devices. What is the jquery code to find all onclick events and replace it with ontouchstart event.

Answer : How to replace all onclick events to ontouchstart using jQuery

Actually custom events derive from java.util.EventObject

http://www.exampledepot.com/egs/java.util/CustEvent.html
Random Solutions  
 
programming4us programming4us