What is event.PreventDefault?



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

Post New Answer

More jQuery Interview Questions

What is the basic need to start with jQuery?

1 Answers  


What are selectors in jquery mean ?

1 Answers  


Is it too early to discuss jquery ui 1.8?

1 Answers  


Is numeric in jquery?

1 Answers  


What does dollar sign ($) means in jQuery?

1 Answers  


What is method chaining in jquery and what are the advantages?

1 Answers  


How can you delay document.ready until a variable is set?

1 Answers  


What is the difference between onload() and document.ready()?

1 Answers  


What is the use of clone method in jQuery?

1 Answers  


What are selectors in jquery? Explain

1 Answers  


What is the difference between jquery-x.x.x.js and jquery.x.x.x min.js?

1 Answers  


What is the use of val() method in jquery?

1 Answers  


Categories