Skip to main content

Posts

Showing posts from July, 2018

Remove default event of element

There is a lot of  HTML Element which have default event. But sometime you need to stop these event for any reason.  This is how we can stop default event of element You can check live example fiddle here