What is the difference between event.PreventDefault and "return false"?
Answer / chaitanya
e.preventDefault() will prevent the default event from occurring, e.stopPropagation() will prevent the event from bubbling up and return false will do both.
| Is This Answer Correct ? | 0 Yes | 0 No |
Is jQuery is a replacement of JavaScript?
What is the use of noconflict() method in jquery?
What does $("P") will select?
What are jquery selectors?
What are the selectors in jquery? How many types of selectors in jquery?
What is a filter in jquery? Explain
Explain finish method in jquery? : jquery mobile
What are the advantages of jQuery?
How to include jquery library in asp.net project?
What are the two types of CDNs?
What does dollar sign ($) me in jquery?
What is jquery selectors? Give some examples.