Created
May 3, 2012 21:02
-
-
Save rdworth/2589488 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"category": [ | |
{ | |
"name": "Uncategorized", | |
"slug": "Uncategorized" | |
}, | |
{ | |
"name": "Core", | |
"slug": "core" | |
}, | |
{ | |
"name": "Selectors", | |
"slug": "selectors", | |
"description": "foo", | |
"children": [ | |
{ | |
"name": "Basic", | |
"slug": "basic-css-selectors", | |
"description": "foo" | |
}, | |
{ | |
"name": "Attribute", | |
"slug": "attribute-selectors", | |
"description": "foo" | |
}, | |
{ | |
"name": "Form", | |
"slug": "form-selectors" | |
}, | |
{ | |
"name": "Custom", | |
"slug": "custom-selectors" | |
}, | |
{ | |
"name": "Hierarchy", | |
"slug": "hierarchy-selectors" | |
}, | |
{ | |
"name": "Basic Filter", | |
"slug": "basic-filter-selectors" | |
}, | |
{ | |
"name": "Content Filter", | |
"slug": "content-filter-selector" | |
}, | |
{ | |
"name": "Visibility Filter", | |
"slug": "visibility-filter-selectors" | |
}, | |
{ | |
"name": "Attribute Filter", | |
"slug": "attribute-filter-selectors" | |
}, | |
{ | |
"name": "Child Filter", | |
"slug": "child-filter-selectors" | |
}, | |
{ | |
"name": "jQuery Extensions", | |
"slug": "jquery-selector-extensions", | |
"description": "foo" | |
} | |
] | |
}, | |
{ | |
"name": "Attributes", | |
"slug": "attributes", | |
"description": "foo" | |
}, | |
{ | |
"name": "Traversing", | |
"slug": "traversing", | |
"children": [ | |
{ | |
"name": "Filtering", | |
"slug": "filtering" | |
}, | |
{ | |
"name": "Tree Traversal", | |
"slug": "tree-traversal" | |
}, | |
{ | |
"name": "Miscellaneous Traversing", | |
"slug": "miscellaneous-traversal" | |
} | |
] | |
}, | |
{ | |
"name": "Manipulation", | |
"slug": "manipulation", | |
"description": "foo", | |
"children": [ | |
{ | |
"name": "General Attributes", | |
"slug": "general-attributes", | |
"description": "foo" | |
}, | |
{ | |
"name": "Style Properties", | |
"slug": "style-properties", | |
"description": "foo" | |
}, | |
{ | |
"name": "Class Attribute", | |
"slug": "class-attribute", | |
"description": "foo" | |
}, | |
{ | |
"name": "DOM Replacement", | |
"slug": "dom-replacement", | |
"description": "foo" | |
}, | |
{ | |
"name": "DOM Insertion, Inside", | |
"slug": "dom-insertion-inside", | |
"description": "foo" | |
}, | |
{ | |
"name": "DOM Insertion, Around", | |
"slug": "dom-insertion-around", | |
"description": "foo" | |
}, | |
{ | |
"name": "Copying", | |
"slug": "copying", | |
"description": "foo" | |
}, | |
{ | |
"name": "DOM Removal", | |
"slug": "dom-removal", | |
"description": "foo" | |
}, | |
{ | |
"name": "DOM Insertion", | |
"slug": "dom-insertion" | |
}, | |
{ | |
"name": "DOM Insertion, Outside", | |
"slug": "dom-insertion-outside", | |
"description": "foo" | |
} | |
] | |
}, | |
{ | |
"name": "CSS", | |
"slug": "css", | |
"description": "foo" | |
}, | |
{ | |
"name": "Events", | |
"slug": "events", | |
"description": "foo", | |
"children": [ | |
{ | |
"name": "Event Handler Attachment", | |
"slug": "event-handler-attachment" | |
}, | |
{ | |
"name": "Document Loading", | |
"slug": "document-loading" | |
}, | |
{ | |
"name": "Mouse Events", | |
"slug": "mouse-events" | |
}, | |
{ | |
"name": "Form Events", | |
"slug": "form-events" | |
}, | |
{ | |
"name": "Keyboard Events", | |
"slug": "keyboard-events" | |
}, | |
{ | |
"name": "Browser Events", | |
"slug": "browser-events" | |
}, | |
{ | |
"name": "Event Object", | |
"slug": "event-object", | |
"description": "foo" | |
} | |
] | |
}, | |
{ | |
"name": "Effects", | |
"slug": "effects", | |
"description": "foo", | |
"children": [ | |
{ | |
"name": "Basics", | |
"slug": "basics" | |
}, | |
{ | |
"name": "Sliding", | |
"slug": "sliding" | |
}, | |
{ | |
"name": "Fading", | |
"slug": "fading", | |
"description": "foo" | |
}, | |
{ | |
"name": "Custom", | |
"slug": "custom-effects", | |
"description": "foo" | |
} | |
] | |
}, | |
{ | |
"name": "Ajax", | |
"slug": "ajax", | |
"description": "foo", | |
"children": [ | |
{ | |
"name": "Low-Level Interface", | |
"slug": "low-level-interface", | |
"description": "foo" | |
}, | |
{ | |
"name": "Shorthand Methods", | |
"slug": "shorthand-methods", | |
"description": "foo" | |
}, | |
{ | |
"name": "Global Ajax Event Handlers", | |
"slug": "global-ajax-event-handlers", | |
"description": "foo" | |
}, | |
{ | |
"name": "Helper Functions", | |
"slug": "helper-functions", | |
"description": "foo" | |
} | |
] | |
}, | |
{ | |
"name": "Utilities", | |
"slug": "utilities" | |
}, | |
{ | |
"name": "Miscellaneous", | |
"slug": "miscellaneous", | |
"children": [ | |
{ | |
"name": "Setup Methods", | |
"slug": "setup-methods" | |
}, | |
{ | |
"name": "DOM Element Methods", | |
"slug": "dom-element-methods" | |
}, | |
{ | |
"name": "Collection Manipulation", | |
"slug": "collection-manipulation" | |
}, | |
{ | |
"name": "Data Storage", | |
"slug": "data-storage", | |
"description": "foo" | |
} | |
] | |
}, | |
{ | |
"name": "Offset", | |
"slug": "offset" | |
}, | |
{ | |
"name": "Dimensions", | |
"slug": "dimensions" | |
}, | |
{ | |
"name": "Data", | |
"slug": "data", | |
"description": "foo" | |
}, | |
{ | |
"name": "Forms", | |
"slug": "forms" | |
}, | |
{ | |
"name": "Internals", | |
"slug": "internals", | |
"description": "foo" | |
}, | |
{ | |
"name": "Properties", | |
"slug": "properties", | |
"children": [ | |
{ | |
"name": "Properties of the Global jQuery Object", | |
"slug": "global-jquery-object-properties", | |
"description": "foo" | |
}, | |
{ | |
"name": "Properties of jQuery Object Instances", | |
"slug": "jquery-object-instance-properties", | |
"description": "foo" | |
} | |
] | |
}, | |
{ | |
"name": "Version", | |
"slug": "version", | |
"children": [ | |
{ | |
"name": "Version 1.0", | |
"slug": "1.0", | |
"description": "foo" | |
}, | |
{ | |
"name": "Version 1.0.4", | |
"slug": "1.0.4", | |
"description": "foo" | |
}, | |
{ | |
"name": "Version 1.1", | |
"slug": "1.1", | |
"description": "foo" | |
}, | |
{ | |
"name": "Version 1.1.2", | |
"slug": "1.1.2", | |
"description": "foo" | |
}, | |
{ | |
"name": "Version 1.1.3", | |
"slug": "1.1.3", | |
"description": "foo" | |
}, | |
{ | |
"name": "Version 1.1.4", | |
"slug": "1.1.4", | |
"description": "foo" | |
}, | |
{ | |
"name": "Version 1.2", | |
"slug": "1.2", | |
"description": "foo" | |
}, | |
{ | |
"name": "Version 1.2.3", | |
"slug": "1.2.3", | |
"description": "foo" | |
}, | |
{ | |
"name": "Version 1.2.6", | |
"slug": "1.2.6", | |
"description": "foo" | |
}, | |
{ | |
"name": "Version 1.3", | |
"slug": "1.3", | |
"description": "foo" | |
}, | |
{ | |
"name": "Version 1.4", | |
"slug": "1.4", | |
"description": "foo" | |
}, | |
{ | |
"name": "Version 1.4.1", | |
"slug": "1.4.1", | |
"description": "foo" | |
}, | |
{ | |
"name": "Version 1.4.2", | |
"slug": "1.4.2", | |
"description": "foo" | |
}, | |
{ | |
"name": "Version 1.4.3", | |
"slug": "1.4.3", | |
"description": "foo" | |
}, | |
{ | |
"name": "Version 1.4.4", | |
"slug": "1.4.4", | |
"description": "foo" | |
}, | |
{ | |
"name": "Version 1.5", | |
"slug": "1.5", | |
"description": "foo" | |
}, | |
{ | |
"name": "Version 1.5.1", | |
"slug": "1.5.1", | |
"description": "foo" | |
}, | |
{ | |
"name": "Version 1.6", | |
"slug": "1.6", | |
"description": "foo" | |
}, | |
{ | |
"name": "Version 1.7", | |
"slug": "1.7", | |
"description": "foo" | |
} | |
] | |
}, | |
{ | |
"name": "Plugins", | |
"slug": "plugins", | |
"children": [ | |
{ | |
"name": "Templates", | |
"slug": "templates", | |
"description": "foo", | |
"children": [ | |
{ | |
"name": "Template Tags", | |
"slug": "template-tags", | |
"description": "foo" | |
} | |
] | |
}, | |
{ | |
"name": "Data Link", | |
"slug": "data-link", | |
"description": "foo" | |
}, | |
{ | |
"name": "Validation", | |
"slug": "validation" | |
}, | |
{ | |
"name": "Color", | |
"slug": "Color" | |
} | |
] | |
}, | |
{ | |
"name": "Deferred Object", | |
"slug": "deferred-object", | |
"description": "foo" | |
}, | |
{ | |
"name": "Deprecated", | |
"slug": "deprecated", | |
"description": "foo" | |
}, | |
{ | |
"name": "Callbacks Object", | |
"slug": "callbacks-object", | |
"description": "foo" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment