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 |
What is queue() in jquery? Use of queue() in jquery?
How to use it jquery knockout?
Can we use our own specific character in the place of $ sign in jQuery?
How to redirect to another page using jquery?
Explain source maps in jquery? : jquery mobile
Mention the advantages of cdn? : jQuery Mobile
Can you please explain the difference between parent() and parents() methods in jquery? : jquery mobile
How JavaScript and jQuery are different?
What are jquery plugins?
How can we apply css in odd childs of parent node using jquery library?
Which command will give a version of jQuery?
How can you use array with jquery?