Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ca95e7b

Browse files
committed
update requirements section
1 parent 6e4c6d2 commit ca95e7b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ Join gridstack.js on Slack: https://gridstackjs.troolee.com
2323
- [Demo](#demo)
2424
- [Usage](#usage)
2525
- [Requirements](#requirements)
26+
- [Using gridstack.js with jQuery UI](#using-gridstackjs-with-jquery-ui)
2627
- [Install](#install)
2728
- [Basic usage](#basic-usage)
2829
- [Migrating to v0.2.7](#migrating-to-v027)
@@ -73,11 +74,14 @@ Usage
7374

7475
* [lodash.js](https://lodash.com) (>= 3.5.0, full build)
7576
* [jQuery](http://jquery.com) (>= 3.1.0)
76-
* [jQuery UI](http://jqueryui.com) (>= 1.12.0). Minimum required components: Core, Widget, Mouse, Draggable, Resizable
77-
* (Optional) [jquery-ui-touch-punch](https://github.com/furf/jquery-ui-touch-punch) for touch-based devices support
7877

7978
Note: You can still use [underscore.js](http://underscorejs.org) (>= 1.7.0) instead of lodash.js
8079

80+
#### Using gridstack.js with jQuery UI
81+
82+
* [jQuery UI](http://jqueryui.com) (>= 1.12.0). Minimum required components: Core, Widget, Mouse, Draggable, Resizable
83+
* (Optional) [jquery-ui-touch-punch](https://github.com/furf/jquery-ui-touch-punch) for touch-based devices support
84+
8185
## Install
8286

8387
* Using CDN:

0 commit comments

Comments
 (0)