On Tue, Aug 28, 2012 at 11:00 AM, Ryan Kaldari rkaldari@wikimedia.orgwrote:
In that case, perhaps we should just say that all of the options are fine: $( '<div>' ) $( '<div/>' ) $( '<div></div>' ) but emphasize not to use attributes in the tag creation.
Unless you are creating an input or a button. Maybe, we should encourage people to read the jQuery documentation instead of trying to re-document every feature ourselves.
- Trevor