What is event.PreventDefault?
Answer / chaitanya
The event.preventDefault() method stops the default action of an element from happening. For example, Prevents a link from following the URL.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain the difference between $(this) and 'this' in jquery?
Can you please explain the difference between body onload() and document.ready() function? : jquery mobile
Define width() vs css('width')?
How to use migrate jQuery plugin?
What is a cdn? : jQuery Mobile
What is the use of delay() method in JQuery?
Explain some benefits of jquery knockout?
What is queue() in jquery?
What does $("P") will select?
What is the difference between $(this) and 'this' in jquery?
How we can set the html contents of an element in jquery?
How to add and remove css classes to an element using ?