20 packages
array-insertat
Returns a new array, where an item is inserted at a specific position.
array-movetoend
Moves an item the array to the end of the array.
array-removeat
Removes an item from a specific position.
captn
JavaScript library for Browserify.
captn.dom.addclass
Adds a class name to the element's list of class names.
captn.dom.hasclass
Returns true if the element's class name contains `className`.
captn.dom._hasclassnameproperty
Validates that an element has the `className` property.
captn.dom.hide
Hides an element.
captn.dom.removeclass
Removes a class name from the element's list of class names.
captn.dom.show
Displays an element.