Skip to content

Commit 50ce614

Browse files
committed
jqueryui + requirejs note
1 parent ba1ee25 commit 50ce614

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ Join gridstack.js on Slack: https://gridstackjs.troolee.com
3737
- [Load grid from array](#load-grid-from-array)
3838
- [Override resizable/draggable options](#override-resizabledraggable-options)
3939
- [IE8 support](#ie8-support)
40+
- [Use with require.js](#use-with-requirejs)
4041
- [Nested grids](#nested-grids)
4142
- [Resizing active grid](#resizing-active-grid)
4243
- [Using AniJS](#using-anijs)
@@ -428,6 +429,12 @@ for i in range(N):
428429
There are at least two more issues with gridstack in IE8 with jQueryUI resizable (it seems it doesn't work) and
429430
droppable. If you have any suggestions about support of IE8 you are welcome here: https://github.com/troolee/gridstack.js/issues/76
430431

432+
## Use with require.js
433+
434+
If you're using require.js and a single file jQueryUI please check out this
435+
[Stackoverflow question](http://stackoverflow.com/questions/35582945/redundant-dependencies-with-requirejs) to get it
436+
working properly.
437+
431438

432439
## Nested grids
433440

0 commit comments

Comments
 (0)