lindelwa122 / dom-wizard

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

Make 'div' the default of tagName #54

Closed lindelwa122 closed 8 months ago

lindelwa122 commented 8 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.

Issue: #48