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
Copy file name to clipboardExpand all lines: README.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ Version 1.0 is coming! Check out the blog post here for more information:
49
49
Demo and examples
50
50
====
51
51
52
-
Please visit http://troolee.github.io/gridstack.js/ for a demo or check out [these examples](http://troolee.github.io/gridstack.js/demo/).
52
+
Please visit http://gridstack.github.io/gridstack.js/ for a demo or check out [these examples](http://gridstack.github.io/gridstack.js/demo/).
53
53
54
54
55
55
Usage
@@ -147,7 +147,7 @@ We're working on implementing support for other drag'n'drop libraries through th
147
147
148
148
## API Documentation
149
149
150
-
Documentation can be found [here](https://github.com/troolee/gridstack.js/tree/develop/doc).
150
+
Documentation can be found [here](https://github.com/gridstack/gridstack.js/tree/develop/doc).
151
151
152
152
153
153
## Touch devices support
@@ -175,7 +175,7 @@ $(function () {
175
175
});
176
176
```
177
177
178
-
If you're still experiencing issues on touch devices please check [#444](https://github.com/troolee/gridstack.js/issues/444)
178
+
If you're still experiencing issues on touch devices please check [#444](https://github.com/gridstack/gridstack.js/issues/444)
179
179
180
180
181
181
## gridstack.js for specific frameworks
@@ -216,7 +216,7 @@ For 4-column grid it should be:
216
216
217
217
and so on.
218
218
219
-
Here is a SASS code snipped which can make life easier (Thanks to @ascendantofrain, [#81](https://github.com/troolee/gridstack.js/issues/81)):
219
+
Here is a SASS code snipped which can make life easier (Thanks to @ascendantofrain, [#81](https://github.com/gridstack/gridstack.js/issues/81)):
220
220
221
221
```sass
222
222
.grid-stack-item {
@@ -249,7 +249,7 @@ You can use other than 12 grid width:
249
249
$('.grid-stack').gridstack({width:N});
250
250
```
251
251
252
-
See example: [2 grids demo](http://troolee.github.io/gridstack.js/demo/two.html)
252
+
See example: [2 grids demo](http://gridstack.github.io/gridstack.js/demo/two.html)
253
253
254
254
## Override resizable/draggable options
255
255
@@ -271,7 +271,7 @@ Note: It's not recommended to enable `nw`, `n`, `ne` resizing handles. Their beh
271
271
Support of IE8 is quite limited and is not a goal at this time. As far as IE8 doesn't support DOM Level 2 I cannot manipulate with
272
272
CSS stylesheet dynamically. As a workaround you can do the following:
273
273
274
-
- Create `gridstack-ie8.css` for your configuration (sample for grid with cell height of 60px can be found [here](https://gist.github.com/troolee/6edfea5857f4cd73e6f1)).
274
+
- Create `gridstack-ie8.css` for your configuration (sample for grid with cell height of 60px can be found [here](https://gist.github.com/gridstack/6edfea5857f4cd73e6f1)).
275
275
- Include this CSS:
276
276
277
277
```html
@@ -309,7 +309,7 @@ for i in range(N):
309
309
```
310
310
311
311
There are at least two more issues with gridstack in IE8 with jQueryUI resizable (it seems it doesn't work) and
312
-
droppable. If you have any suggestions about support of IE8 you are welcome here: https://github.com/troolee/gridstack.js/issues/76
312
+
droppable. If you have any suggestions about support of IE8 you are welcome here: https://github.com/gridstack/gridstack.js/issues/76
gridstack.js is currently maintained by [Pavel Reznikov](https://github.com/troolee) and [Dylan Weiss](https://github.com/radiolips). We appreciate [all contributors](https://github.com/troolee/gridstack.js/graphs/contributors) for help.
329
+
gridstack.js is currently maintained by [Pavel Reznikov](https://github.com/troolee) and [Dylan Weiss](https://github.com/radiolips). We appreciate [all contributors](https://github.com/gridstack/gridstack.js/graphs/contributors) for help.
0 commit comments