dollardom icon indicating copy to clipboard operation
dollardom copied to clipboard

A 5k Javascript library for selecting, styling, traversing and animating DOM elements.

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

See: https://github.com/julienw/dollardom/blob/6b0136ae40a7c5e6df72e240972fe3546250d45c/src/dollardom.js#L267 I think that splicing won't work properly in case the loop is over more than 2 elements.

In IE, if a user of the lib add an event but fails to remove it, this event will leak. This is usually not a big deal, but this could...