Yet another blog from yet another software engineer - a collection of my thoughts and some snippets of code I write (mainly for my later reference). If you find this useful, lets discuss in comments.
Here, I post what I have learned in my attempt to develop a web application for the first time ....
When dynamically adding elements using jQuery, use .on method to register required event handlers. Otherwise, the event handlers in the dynamically added elements will need re-registering.
No comments:
Post a Comment