What is the difference between event.PreventDefault and \"return false\"?
What is the difference between event.PreventDefault and \"return false\"?
Answer
e.preventDefault() will prevent the default event from occurring, e.stopPropagation() will prevent the event from bubbling up and return false will do both.
Disclimer: PCDS.CO.IN not responsible for any content, information, data or any feature of website.
If you are using this website then its your own responsibility to understand the content of the website