An open API service indexing awesome lists of open source software.

https://github.com/dubzzz/js-tojquerydomscript

Build a jQuery script to build the DOM corresponding to a given DOM element
https://github.com/dubzzz/js-tojquerydomscript

Last synced: 3 months ago
JSON representation

Build a jQuery script to build the DOM corresponding to a given DOM element

Awesome Lists containing this project

README

          

# To jQuery DOM script
Build a jQuery script to build the DOM corresponding to a given DOM element

```
var dom_element = document.getElementByID("elt-to-build-with-jquery");
toJQueryDOMScript(dom_element);
```