Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ducksboard/gridster.js
/ functions
Functions
7 in github.com/ducksboard/gridster.js
⨍
Functions
7
◇
Types & classes
0
↓ 3 callers
Function
capitalize
(str)
src/jquery.draggable.js:40
↓ 1 callers
Function
uniqId
()
src/jquery.draggable.js:45
Function
Collision
* Detects collisions between a DOM element against other DOM elements or * Coords objects. * * @class Collision * @uses Coords * @
src/jquery.collision.js:52
Function
Coords
* Creates objects with coordinates (x1, y1, x2, y2, cx, cy, width, height) * to simulate DOM elements on the screen. * Coords is used by Grids
src/jquery.coords.js:30
Function
Draggable
* Basic drag implementation for DOM elements inside a container. * Provide start/stop/drag callbacks. * * @class Draggable * @param {H
src/jquery.draggable.js:78
Function
Gridster
* @class Gridster * @uses Draggable * @uses Collision * @param {HTMLElement} el The HTMLelement that contains all the widgets. * @para
src/jquery.gridster.js:133
Function
later
()
src/utils.js:39