You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* minimal subset we need (55k vs 248k), which is now part of `gridstack.all.js`
* just 1 include needed now in demos
* CDN use gridstack@latest
had to manually build download.jqueryui.com as the https://jqueryui.com/download/
is no longer working as for >2 months ago. Looks like ship is gone..
see jquery/download.jqueryui.com#359
Copy file name to clipboardExpand all lines: README.md
+10-8Lines changed: 10 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,30 +47,32 @@ Usage
47
47
## Requirements
48
48
49
49
*[jQuery](http://jquery.com) (>= 3.1.0)
50
-
*`Array.prototype.find`, and `Number.isNaN()` for IE and older browsers. We supply a separate `gridstack.poly.js` for that
50
+
*`Array.prototype.find`, and `Number.isNaN()` for IE and older browsers.
51
+
* Note: as of v0.5.4 We supply a separate `gridstack.poly.js` for that
51
52
(part of `gridstack.all.js`) or you can look at other pollyfills
52
53
([core.js](https://github.com/zloirock/core-js#ecmascript-6-array) and [mozilla.org](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/find)).
* Note: as of v0.5.4 we include this subset as `jquery-ui.js` (and min.js) which is part of `gridstack.all.js`. If you wish to bring your own lib, include the individual gridstack parts instead of all.js
57
59
* (Optional) [jquery-ui-touch-punch](https://github.com/furf/jquery-ui-touch-punch) for touch-based devices support
0 commit comments