File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,8 @@ gridstack.js
2
2
============
3
3
4
4
gridstack.js is a jQuery plugin for widget layout. This is drag-and-drop multi-column grid. It allows you to build
5
- draggable responsive bootstrap v3 friendly layouts. It also works great with [ knockout.js] ( http://knockoutjs.com )
5
+ draggable responsive bootstrap v3 friendly layouts. It also works great with [ knockout.js] ( http://knockoutjs.com ) and
6
+ touch devices.
6
7
7
8
Inspired by [ gridster.js] ( http://gridster.net ) . Built with love.
8
9
@@ -258,6 +259,15 @@ Sorts array of nodes
258
259
Please use [ jQuery UI Touch Punch] ( https://github.com/furf/jquery-ui-touch-punch ) to make jQuery UI Draggable/Resizable
259
260
working on touch-based devices.
260
261
262
+ ``` html
263
+ <script src =" //cdnjs.cloudflare.com/ajax/libs/underscore.js/1.7.0/underscore-min.js" ></script >
264
+ <script src =" //ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js" ></script >
265
+ <script src =" jquery-ui.min.js" ></script >
266
+ <script src =" jquery.ui.touch-punch.min.js" ></script >
267
+
268
+ <script src =" gridstack.js" ></script >
269
+ ```
270
+
261
271
Also ` always_show_resize_handle ` option may be useful:
262
272
263
273
``` javascript
You can’t perform that action at this time.
0 commit comments