UNPKG

tiny-essentials

Version:

Collection of small, essential scripts designed to be used across various projects. These simple utilities are crafted for speed, ease of use, and versatility.

11 lines (7 loc) 281 B
### TinyHtml → `prop()` added The new `prop()` method has been introduced to get DOM element properties. #### Example ```js const isDisabled = TinyHtml.prop(button, "disabled"); ``` **Full Changelog**: https://github.com/JasminDreasond/Tiny-Essentials/compare/1.22.2...1.22.3