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 |
How to load jQuery from CDN?
How to disable/enable an element with jQuery?
Is jQuery is a client or server scripting?
Is there any advantage of using $.ajax() for ajax call against $.get() or $.post()?
What is jQuery code to select all links in first paragraph?
What is the use of css() method in jquery?
Is it possible to use jquery to make ajax request? : jquery mobile
How to check jQuery version?
How to disable cut,copy and paste in TextBox using jQuery?
Tell me is jquery a w3c standard? : jquery mobile
What is meant by a deep copy? : jQuery Mobile
Why there are two different version of jQuery library?