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 |
What is serialize() in jquery?
How can images be made to appear scrolling one over another?
Explain cdn? : jquery mobile
Explain is jquery replacement of java script? : jquery mobile
What is the use of delegate() method in jquery?
What are the advantages of method chaining in jquery?
What is $('div')? : jquery mobile
Explain chaining in jquery? : jquery mobile
How do you check or uncheck a checkbox input or radio button?
How to keep the submit text from showing with jquery mobile? : jquery mobile
What is .bind()? : jquery mobile
What is jquery.size()? : jquery mobile