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 parent() in jquery?
What are all the ways to include jQuery in a page?
How do you update ajax response with id " resilts"?
Can JQuery Run on MAC or Linux instead of Windows?
Explain finish method in jquery? : jquery mobile
Can you use multiple document.ready() function on the same page?
How can we include jQuery library in ASP.Net project?
How to use migrate jquery plugin if possible? : jquery mobile
List the advantage of using minimized version of jquery?
How can we show and hide an element via jquery?
Explain the difference between jquery's ready and holdready?
What is a use of jquery filter?