|
Project Information
Featured
Downloads
Links
|
jQuery DOM Elements Creator (DOMEC)DOM Elements Creator is a simple plugin for creating DOM elements on-a-fly which can be used as part of jQuery statements. When you want to create new DOM element in pure jQuery you must use document.createElement() method and then new element must be wrapped in $() before it can be used in jQuery context. You can also use HTML code as a selector to create a new object but this way requires writing HTML, which is rarely comfortable. And you must also remember to escape any quotes. This plugin provides more elegant way to achieve the same effect and requires writing less code. SupportYou can ask any question regarding DOMEC on our Support News Group. Posting comments on Wiki has been disabled. For posting issue information please use our Issue Tracker. Documents |