I\'m refactoring some old JavaScript code and there\'s a lot of DOM manipulation going on.
var d = document; var odv = d.createElement(\"div\"); odv.style.di
Creating new DOM elements is a core feature of the jQuery() method, see:
jQuery()