|
|
|
Show HN: Dolla JavaScript (a library of methods for the DOM)
(dollajs.com)
|
|
4 points
by benehmke
1277 days ago
|
|
Here's a growing library of javascript methods that augment the existing functionality of methods available for working with the DOM. The most helpful method is `createElement` or `append` that adds a wider range of content that can be appended, including support for callbacks, and Promises. |
|