lindelwa122 / dom-wizard

JavaScript library that makes DOM manipulation easy and more managable.
MIT License
7 stars 8 forks source link

Make 'div' a default of tagName #48

Closed lindelwa122 closed 11 months ago

lindelwa122 commented 11 months ago

'div' is the most used element in web development, it makes sense to make it the default of tagName.

Make 'text' outside of options because it is widely used.