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 we can check if an element is empty or not using jquery?
How do you install/use jquery in a project. What is the minimum setup needed to start using jquery.
Why we need jquery mobile? : jquery mobile
What are the guidelines for an application to follow the principles of progressive enhancement.
What are the advantages of minified version of jquery?
What is the difference between .empty(), .remove() and .detach() methods in jQuery?
explain bind() vs live() vs delegate() methods in jquery
How to load jQuery locally when CDN fails?
How to use jquery.connect?
What is eq()? : jquery mobile
What are selectors in jquery? : jQuery Mobile
Tell me does jquery 2.0 supports ie? : jquery mobile