@bemoje/arr-index-of-first-where
Return the index of the first element of an array where the callback returns true. Returns -1 if none do.
Return the index of the first element of an array where the callback returns true. Returns -1 if none do.
Returns all indexes at which an element is found.
Sorting by insertion - Look for bigger numbers on the left side. Runtime: O(n^2). It starts from the 2nd element, and it tries to find any element (to the left) that could be bigger than the current index. It will move all the elements that are bigger and
A Vue.js project
A link component for JD.
Polymer 3.x element that wraps around Swiper.js
From MDN: This function checks to see if an element is in the page's body. As contains is inclusive and determining if the body contains itself isn't the intention of isInPage this case explicitly returns false.
Easily Select Odd and Even Both Javascript , CSS and more. To save your time coding and managing stuff
jQuery plugin to easily customize radio buttons, checkboxes and select elements
A vanilla javascript port of the Element Library https://ucsd-cse112.github.io/team-12-components/
Basic IoC container with constructor injection and React components support.
Check if an element is a button
Checks if an element is an interactive element according to the WHATWG spec
Check if referenced object is a DOM element or Browser Object
Functional SkateJS inspired by you-know-who.
`<key-board />` element made with Custom Elements API
custom element with vue2.x
Get the last element in an array.
This jQuery Plugin simply fades a row of elements with a lazy effect. The fade of each next element gets delayed slightly what gives a precious touch to the whole transition.
Get the last non-falsy element of array.