m4q icon indicating copy to clipboard operation
m4q copied to clipboard

Small library for DOM manipulation and animation. This library similar to jQuery, but written more simply.

Results 2 m4q issues
Sort by recently updated
recently updated
newest added

Can m4q be used as a standalone package? 3 use cases: 1. Download a production ready, minified file 2. Using via CDN 3. Using via NPM install

Hi Olton, **Describe the bug** $("< td>td content< /td>"); is not returning an HTMLElement. **To Reproduce** https://codepen.io/KlumsD/pen/jOLrwbd Adding js generated td to a table. if empty, it is added. if...

bug