Contextual event binding with HTML 5 data attributes
Today we’ll see how to bind events along with the target context using the HTML 5 data attributes. This new event binding technique relies on the 3-actors model we introduce in this article.
Today we’ll see how to bind events along with the target context using the HTML 5 data attributes. This new event binding technique relies on the 3-actors model we introduce in this article.
In this short article, we’ll see some techniques to generate DOM elements and section using jQuery and its chaining feature.
In this article we explore the JQuery chaining internal mechanism to see how it works and how it can improve our web development.