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 get the value of selected option in jquery?
How can jquery library be added to pages? Write a basic jquery code?
How to get/set the html contents of an element using jQuery?
How is the deferred method in jquery important in relation to animate method?
What is meant by a deep copy? : jQuery Mobile
Explain various methods to make ajax request in jquery? : jquery mobile
What are selectors in jquery? : jQuery Mobile
How to get the style property of an element using ?
Describe the two types of cdns?
Can you please explain the difference between javascript and jquery? : jquery mobile
How we can apply css in multiple selectors in jquery?
How to add a class to html element?