Pages

Search This Blog

January 29, 2013

My stumbling on web development

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.
  • And more to come ... 

No comments:

Post a Comment