├── .prettierrc ├── LICENSE.txt ├── README.md ├── connections.jquery.json ├── demo ├── labels.html ├── minimal.html └── testmatrix.html ├── index.html └── jquery.connections.js /.prettierrc: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/musclesoft/jquery-connections/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/musclesoft/jquery-connections/HEAD/README.md -------------------------------------------------------------------------------- /connections.jquery.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/musclesoft/jquery-connections/HEAD/connections.jquery.json -------------------------------------------------------------------------------- /demo/labels.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/musclesoft/jquery-connections/HEAD/demo/labels.html -------------------------------------------------------------------------------- /demo/minimal.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/musclesoft/jquery-connections/HEAD/demo/minimal.html -------------------------------------------------------------------------------- /demo/testmatrix.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/musclesoft/jquery-connections/HEAD/demo/testmatrix.html -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/musclesoft/jquery-connections/HEAD/index.html -------------------------------------------------------------------------------- /jquery.connections.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/musclesoft/jquery-connections/HEAD/jquery.connections.js --------------------------------------------------------------------------------