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 the use of css() method in jquery?
Explain some of the key concepts of good code organization patterns.
Why we need jquery mobile? : jquery mobile
What are the advantages of jQuery?
Why we use jquery .each() function?
What the use of $ symbol in jquery.
What is the use of html() method in jquery?
Whether we need to add jQuery file in both Master and Content page?
How can we include jQuery library in ASP.Net project?
Can you use multiple document.ready() function on the same page?
What is the basic need to start with jQuery?
What is difference between onload and ready?