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 can we add change font size using jquery?
How to use connect?
Can you please explain the difference between parent() and parents() methods in jquery? : jquery mobile
Why we need jquery?
What is the between $(this) and 'this' in jquery?
Explain .on()? : jquery mobile
How to add or remove classes to an element in jquery?
With jquery ui 1.7 being released in the last few days, what do you see as the key parts of jquery ui 1.7? What are you most proud of out of that release?
Is jquery still relevant 2019?
What is serialize() in jquery?
Explain the use of jquery .each() function? : jquery mobile
What methods used to provide effects?