Explain event.preventdefault? : jquery mobile
Answer / Mohit Kaushik
event.preventDefault() is a method in jQuery Mobile that prevents the default action of an event, such as submitting a form or following a link. It's often used to stop the page from reloading when an event occurs.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain the difference between jquery-x.x.x.js and jquery.x.x.x min.js?
How We Can Write Code Specific To Browser In Jquery?
How you will use jquery means requirement needed for using jquery.
How to check variable is empty or not in jquery?
Can you please explain the difference between prop and attr? : jquery mobile
Define the script build up by jquery?
What is method chaining in jquery and what are the advantages?
How to increase cursor size in html body using jquery?
What are the slow selectors in jQuery?
Explain event.preventdefault? : jquery mobile
How to find all sibling elements after the current element using ?
Is jquery library used for server scripting or client scripting?