Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6c0849 commit 6b0afcbCopy full SHA for 6b0afcb
README.md
@@ -29,6 +29,7 @@ Inspired by [gridster.js](http://gridster.net). Built with love.
29
- [cell_height()](#cell_height)
30
- [cell_height(val)](#cell_heightval)
31
- [cell_width()](#cell_width)
32
+ - [get_cell_from_pixel(position)](#get_cell_from_pixelposition)
33
- [locked(el, val)](#lockedel-val)
34
- [remove_widget(el)](#remove_widgetel)
35
- [remove_all()](#remove_all)
@@ -468,6 +469,7 @@ Changes
468
469
470
#### v0.2.3 (development version)
471
472
+- add `get_cell_from_pixel` (thanks to @juchi)
473
- AMD support
474
- fix nodes sorting
475
- improved touch devices support
0 commit comments