Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion page/about.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<script>{
"title": "About jQuery UI"
"title": "About jQuery UI",
"termSlugs": {
"category": [ "meta" ]
}
}</script>

jQuery UI is a curated set of user interface interactions, effects, widgets, and themes built on top of the jQuery JavaScript Library. Whether you're building highly interactive web applications or you just need to add a date picker to a form control, jQuery UI is the perfect choice.
Expand Down
5 changes: 4 additions & 1 deletion page/browser-support.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<script>{
"title": "Browser Support"
"title": "Browser Support",
"termSlugs": {
"category": [ "meta" ]
}
}</script>

## Current Active Support
Expand Down
3 changes: 3 additions & 0 deletions page/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<script>{
"title": "jQuery UI Changelogs",
"termSlugs": {
"category": [ "meta" ]
},
"noHeadingLinks": true
}</script>

Expand Down
5 changes: 4 additions & 1 deletion page/development.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<script>{
"title": "Development Center"
"title": "Development Center",
"termSlugs": {
"category": [ "meta" ]
}
}</script>

<h2>Development Status</h2>
Expand Down
5 changes: 4 additions & 1 deletion page/support.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<script>{
"title": "Support Center"
"title": "Support Center",
"termSlugs": {
"category": [ "meta" ]
}
}</script>

<p>The jQuery community provides a friendly, helpful environment to ask for
Expand Down
3 changes: 3 additions & 0 deletions page/upgrade-guide.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<script>{
"title": "jQuery UI Upgrade Guides",
"termSlugs": {
"category": [ "meta" ]
},
"noHeadingLinks": true
}</script>

Expand Down
4 changes: 4 additions & 0 deletions taxonomies.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
{
"slug": "utilities",
"name": "Utilities"
},
{
"slug": "meta",
"name": "Project"
}
]
}