vue-cascader-test1
基于element-ui的级联多选
基于element-ui的级联多选
jQuery plugin that runs handler function once specified element is inserted into the DOM.
Noah theme.
Get efficient & robust CSS selectors for HTML elements
Tiny and quick way to create DOM elements
HTMLElement.dataset polyfill
LinkIt is a simple jQuery plugin to attach links to elements
Find all indexes at which an array element exists, by binary search.
Find the array index of where to add an element to keep it sorted.
Swap array elements in place. Runtime: O(1)
Check whether a condition is true for any element of an array. The condition check is in the form of a callback.
Remove an element in place from an array, if present.
Returns true if the predicate is satisfied for every element of the passed array; otherwise false.
Return the last element of an array where the callback returns true.
Sort an array considerably faster than the native Array.prototype.sort as a drop-in replacement. Fork of of the famous timsort module, but this module allows for passing comparator-builder options instead of a comparator function. In short, advanced compa
For a sorted array, add an element. Whichever comparator function was used to sort the array, can be passed. Also supports comparator-builder options. For reference, see: https://github.com/bemoje/bemoje-arr-sort-comparator
Binary search -based indexOf for sorted arrays.
Binary search -based indexOf for sorted arrays.
Iterate an array in reverse.
Returns true if the element exists in the array