Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is the difference between event.PreventDefault and event.stopPropagation?



What is the difference between event.PreventDefault and event.stopPropagation?..

Answer / chaitanya

event.preventDefault(): Stops the default action of an element from happening.

event.stopPropagation(): Prevents the event from bubbling up the DOM tree, preventing any parent handlers from being notified of the event. For example, if there is a link with a click method attached inside of a DIV or FORM that also has a click method attached, it will prevent the DIV or FORM click method from firing.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More jQuery Interview Questions

Change the url for a hyperlink using jquery?

0 Answers  


And finally, if you could give one tip to any new budding jquery ui developers, what would it be?

0 Answers  


List the advantage of using minimized version of jquery?

0 Answers  


How you get server response from an ajax request using jquery?

0 Answers  


What is jquery connect and how to use it?

0 Answers  


What is difference between $(this) and ‘this’ in jquery?

0 Answers  


What is the difference between find and children methods in jquery?

0 Answers  


Is window.onload is different from document.ready()?

0 Answers  


How to give face effect in jquery?

0 Answers  


What is the difference between settimeout() and setinterval() methods?

0 Answers  


How can you select all elements in a page using jquery?

0 Answers  


What does dollar sign ($) means in jquery? : jquery mobile

0 Answers  


Categories