|
3 | 3 | "description": "The core of jQuery UI, required for all interactions and widgets.",
|
4 | 4 | "homepage": "http://jqueryui.com/",
|
5 | 5 | "demo": "http://jqueryui.com/",
|
6 |
| - "docs": "http://api.jqueryui.com/category/ui-core/" |
| 6 | + "docs": "http://api.jqueryui.com/category/ui-core/", |
| 7 | + "_": { |
| 8 | + "docs": [ |
| 9 | + "http://api.jqueryui.com/data-selector/", |
| 10 | + "http://api.jqueryui.com/disableSelection/", |
| 11 | + "http://api.jqueryui.com/enableSelection/", |
| 12 | + "http://api.jqueryui.com/focus/", |
| 13 | + "http://api.jqueryui.com/focusable-selector/", |
| 14 | + "http://api.jqueryui.com/jQuery.ui.keyCode/", |
| 15 | + "http://api.jqueryui.com/removeUniqueId/", |
| 16 | + "http://api.jqueryui.com/scrollParent/", |
| 17 | + "http://api.jqueryui.com/tabbable-selector/", |
| 18 | + "http://api.jqueryui.com/uniqueId/", |
| 19 | + "http://api.jqueryui.com/zIndex/" |
| 20 | + ] |
| 21 | + } |
7 | 22 | },
|
8 | 23 | "datepicker": {
|
9 | 24 | "description": "Displays a calendar from an input or inline for selecting dates.",
|
|
31 | 46 | "category": "effect",
|
32 | 47 | "homepage": "http://jqueryui.com/",
|
33 | 48 | "demo": "http://jqueryui.com/effect/",
|
34 |
| - "docs": "http://api.jqueryui.com/category/effects-core/" |
| 49 | + "docs": "http://api.jqueryui.com/category/effects-core/", |
| 50 | + "_": { |
| 51 | + "docs": [ |
| 52 | + "http://api.jqueryui.com/addClass/", |
| 53 | + "http://api.jqueryui.com/color-animation/", |
| 54 | + "http://api.jqueryui.com/effect/", |
| 55 | + "http://api.jqueryui.com/hide/", |
| 56 | + "http://api.jqueryui.com/removeClass/", |
| 57 | + "http://api.jqueryui.com/show/", |
| 58 | + "http://api.jqueryui.com/switchClass/", |
| 59 | + "http://api.jqueryui.com/toggle/", |
| 60 | + "http://api.jqueryui.com/toggleClass/" |
| 61 | + ] |
| 62 | + } |
35 | 63 | },
|
36 | 64 | "position": {
|
37 | 65 | "description": "Positions elements relative to other elements.",
|
|
0 commit comments