Skip to content

Code Rethinked

  • Home
  • VUE
  • .NET
    • C#
    • ASP.NET Core
    • .NET Core
    • Entity Framework
  • Privacy Policy
  • MY Projects
    • Auto UUID Generator

JavaScript

stopPropogation() vs preventDefault() in JavaScript

February 7, 2020February 10, 2019 by Karthik Chintala
preventdefault-vs-stopbubbling

In the previous blog post, we looked at what event bubbling is and how we can implement it.

In this article we’ll see what is the difference between stopPropogation() and preventDefault() methods in an event handler.

Read more

Categories JavaScript Tags preventDefault, stopPropagation Leave a comment

event bubbling

February 2, 2022January 15, 2019 by Karthik Chintala
event-bubbling

Event bubbling concept is a way of propagating the events from the element clicked all the way to the ancestor. This is a beginner article so if you are already aware of this you can skip this article.

Read more

Categories JavaScript Tags event bubbling, event delegation 1 Comment

Subscribe for a new post?

Archives

  • April 2022 (1)
  • June 2021 (1)
  • May 2021 (1)
  • January 2021 (1)
  • November 2020 (1)
  • June 2020 (1)
  • May 2020 (3)
  • April 2020 (2)
  • February 2020 (1)
  • December 2019 (2)
  • November 2019 (1)
  • October 2019 (1)
  • September 2019 (1)
  • August 2019 (1)
  • July 2019 (1)
  • June 2019 (1)
  • May 2019 (1)
  • April 2019 (2)
  • March 2019 (3)
  • February 2019 (2)
  • January 2019 (1)
  • December 2018 (2)
  • November 2018 (1)
  • October 2018 (2)
  • September 2018 (3)
  • August 2018 (4)
  • July 2018 (2)

Categories

  • .NET Core
  • ASP.NET Core
  • C#
  • Entity Framework
  • JavaScript
  • Tools/Utils
  • Visual Studio
  • VUE

Tags

asp.net core aspnetcore asyncawait axios benefits blazor c# cancel compiler component parameters components computed properties csharp custom customizing 400 error response dapper data binding delegates design patterns event bubbling event delegation expression trees filter func getting started IL libman linq list model state validation oftype performance private variables props row_number switch switch case taghelpers task unit testing vue vue-test-utils vue cli vuejs vue ui
© 2022 Code Rethinked • Built with GeneratePress