Answers

Question and Answer:

  Home  jQuery Mobile

⟩ Can you please explain the difference between event.PreventDefault and "return false"?

e.preventDefault() will prevent the default event from occurring, e.stopPropagation() will prevent the event from bubbling up and return false will do both.

 181 views

More Questions for you: