Skip to content

Commit 2f2ba40

Browse files
committed
Move FAQs into inside of Using jQuery Core for now, pending grunt-jquery-content 0.5.16
1 parent 738c91d commit 2f2ba40

16 files changed

+21
-17
lines changed

order.yml

Lines changed: 20 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
- index
2+
- about
3+
- contributing
14
- about-jquery:
25
- how-jquery-works
36
- additional-support
@@ -33,6 +36,20 @@
3336
- utility-methods
3437
- iterating
3538
- understanding-index
39+
- faq:
40+
- add-keyboard-navigation
41+
- enable-the-back-button
42+
- how-do-i-select-an-item-using-class-or-id
43+
- how-do-i-select-elements-when-i-already-have-a-dom-element
44+
- how-do-i-test-whether-an-element-has-a-particular-class
45+
- how-do-i-test-whether-an-element-exists
46+
- how-do-i-determine-the-state-of-a-toggled-element
47+
- how-do-i-select-an-element-by-an-id-that-has-characters-used-in-css-notation
48+
- how-do-i-disable-enable-a-form-element
49+
- how-do-i-check-uncheck-a-checkbox-input-or-radio-button
50+
- how-do-i-get-the-text-value-of-a-selected-option
51+
- how-do-i-replace-text-from-the-3rd-element-of-a-list-of-10-items
52+
- how-do-i-pull-a-native-dom-element-from-a-jquery-object
3653
- events:
3754
- introduction-to-events
3855
- handling-events
@@ -75,21 +92,8 @@
7592
- beware-anonymous-functions
7693
- dont-repeat-yourself
7794
- feature-browser-detection
78-
- misc:
79-
- understanding-index
95+
- deferreds:
96+
- about-deferreds
97+
- something-else
8098
- jquery-mobile:
8199
- getting-started
82-
- faq:
83-
- add-keyboard-navigation
84-
- enable-the-back-button
85-
- how-do-i-select-an-item-using-class-or-id
86-
- how-do-i-select-elements-when-i-already-have-a-dom-element
87-
- how-do-i-test-whether-an-element-has-a-particular-class
88-
- how-do-i-test-whether-an-element-exists
89-
- how-do-i-determine-the-state-of-a-toggled-element
90-
- how-do-i-select-an-element-by-an-id-that-has-characters-used-in-css-notation
91-
- how-do-i-disable-enable-a-form-element
92-
- how-do-i-check-uncheck-a-checkbox-input-or-radio-button
93-
- how-do-i-get-the-text-value-of-a-selected-option
94-
- how-do-i-replace-text-from-the-3rd-element-of-a-list-of-10-items
95-
- how-do-i-pull-a-native-dom-element-from-a-jquery-object

page/about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ wiki account and forcing all authoring into a `textarea`.
6161

6262
Though this resource will never truly be "done," the current version of this
6363
site should still be considered something of a preview. We still have a number
64-
of improvements we want to make to both the content and the user experience
64+
of improvements we want to make to the content, user experience, and site build
6565
before we're ready to call it a "final release." At the same time, however,
6666
it's important for us to open the doors now so we can begin providing better
6767
docs to people who need the right away and spread the word about this effort.
File renamed without changes.

0 commit comments

Comments
 (0)