jQuery jQuery Difference Between event.PreventDefault and “return false” June 27, 2014 Pramod T P Leave a comment e.preventDefault() will prevent the default event from occurring, e.stopPropagation() will prevent the event from bubbling up and return false will do both.