|
|
|
|
|
by henriquez
623 days ago
|
|
You didn’t need a library to do this. Just alias document.querySelector and document.querySelectorAll to something shorter. Polluting the global namespace with functions to document.createElement on every possible html tag is not a good idea. |
|