jqueryui + requirejs note

This commit is contained in:
Pavel Reznikov 2016-02-29 22:05:28 -08:00
commit 50ce614128

View file

@ -37,6 +37,7 @@ Join gridstack.js on Slack: https://gridstackjs.troolee.com
- [Load grid from array](#load-grid-from-array) - [Load grid from array](#load-grid-from-array)
- [Override resizable/draggable options](#override-resizabledraggable-options) - [Override resizable/draggable options](#override-resizabledraggable-options)
- [IE8 support](#ie8-support) - [IE8 support](#ie8-support)
- [Use with require.js](#use-with-requirejs)
- [Nested grids](#nested-grids) - [Nested grids](#nested-grids)
- [Resizing active grid](#resizing-active-grid) - [Resizing active grid](#resizing-active-grid)
- [Using AniJS](#using-anijs) - [Using AniJS](#using-anijs)
@ -428,6 +429,12 @@ for i in range(N):
There are at least two more issues with gridstack in IE8 with jQueryUI resizable (it seems it doesn't work) and There are at least two more issues with gridstack in IE8 with jQueryUI resizable (it seems it doesn't work) and
droppable. If you have any suggestions about support of IE8 you are welcome here: https://github.com/troolee/gridstack.js/issues/76 droppable. If you have any suggestions about support of IE8 you are welcome here: https://github.com/troolee/gridstack.js/issues/76
## Use with require.js
If you're using require.js and a single file jQueryUI please check out this
[Stackoverflow question](http://stackoverflow.com/questions/35582945/redundant-dependencies-with-requirejs) to get it
working properly.
## Nested grids ## Nested grids