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

How we can select multiple elements in jquery?

0 Answers  


What is the difference between jquery.size() and jquery.length?

1 Answers  


What is the use of delay() method in JQuery?

0 Answers  


When can jquery be used?

0 Answers  


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

1 Answers  


Tell me what does dollar sign ($) means in jquery? : jquery mobile

0 Answers  


How to include jQuery in ASP.Net project?

0 Answers  


What is the difference between $.map and $.grep in jQuery?

0 Answers  


What is cdn and how jquery is related to it?

0 Answers  


What are the features of jquery used in web applications?

0 Answers  


Explain the difference between body onload() and document.ready() function? : jquery mobile

0 Answers  


What is difference between .setinterval() and .delay() ?

0 Answers  


Categories