Probably one of the first topics covered when you get started learning about jQuery events is the concept of canceling the browser’s default behavior. ForProbably one of the first topics covered when you get started learning about jQuery events is the concept of canceling the browser’s default behavior. For instance, a beginner click tutorial may include this: $("a.toggle").click(function () { $("