Pinned Loading
-
ag-grid/ag-charts
ag-grid/ag-charts PublicAG Charts is a fully-featured and highly customizable JavaScript charting library. The professional choice for developers building enterprise applications
-
young-steveo/bottlejs
young-steveo/bottlejs PublicA powerful dependency injection micro container for JavaScript applications
-
react-headless-collapsible: a React ...
react-headless-collapsible: a React hook to create collapsible components (inspired by `react-collapsible`) 1import { useCollapsible } from './use-collapsible';
23export function Collapsible({ open, title, className, lazyLoad, onToggle, children, ...props }) {
4const { isOpen, shouldRender, getTriggerProps, getContentProps } = useCollapsible({ open, onToggle });
5const classNames = [className, 'collapsible'];
-
jQuery Plugin wrapInGroups
jQuery Plugin wrapInGroups 1/**
2* Takes a jQuery collection and wraps each 'groupSize' items with 'wrapHtml'
3* Example: $('#Example span').wrapInGroups('<div/>', 4);
4* Will wrap every 4 span's inside #Example with a div
5* See for yourself: http://jsfiddle.net/M9ZFh/
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.