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
* master: (21 commits)
0.2.7
Remove remaining trailing whitespace from all pages. Fixesjquery#313.
Style and typography fixes, and code style adherence in the JavaScript 101 section. Fixesjquery#312.
0.2.6
Correct comment in :input selector in Selecting Elements article. Fixesjquery#306.
Expand the JavaScript 101 'Scope' article with more useful information and explanations. Fixesjquery#201.
Added 0 to the list of falsy values in JavaScript 101 Conditional Code article. Fixesjquery#300. Fixesjquery#271
Inserted missing word in the JavaScript 101 Arrays article. Fixesjquery#299.
Fixed inconsistency in showLinkLocation example in Basic Plugin Creation article. Fixesjquery#307.
Fix example and other style cleanup in Basic Plugin Creation article. Fixesjquery#310. Fixesjquery#311.
Update list of reserved words in JavaScript. Fixesjquery#301.
Style and typography fixes and code style adherence in the Events section. Fixesjquery#294.
Style and typography fixes, and code style adherence in the Effects section. Fixesjquery#290.
Style and typography fixes, and code style adherence in the Code Organization section. Fixesjquery#287.
Remove double ampersands in README header. Fixesjquery#284.
Code and prose style improvements to all articles in Ajax chapter. Fixesjquery#283.
Style fixes on the About page. Fixesjquery#279.
Style guide fixes for the index, contributing, and About jQuery articles. Fixesjquery#270
relabel queue/dequeue content as advanced
Added a missing 'i' in the for loop. Fixesjquery#280.
...
Conflicts:
page/ajax/ajax-and-forms.md
page/ajax/jquery-ajax-methods.md
page/effects/custom-effects.md
page/effects/intro-to-effects.md
page/events/event-basics.md
page/events/event-helpers.md
page/events/introduction-to-custom-events.md
page/events/triggering-event-handlers.md
using [grunt](http://gruntjs.com), specifically with two grunt plugins we've created:
82
82
83
-
*[grunt-jquery-content](http://github.com/jquery/grunt-jquery-content) - pre-processes content in a variety of formats (HTML, Markdown, XML) into HTML, applying syntax highlighting and some simple partial support, preparing it for processing by
83
+
*[grunt-jquery-content](http://github.com/jquery/grunt-jquery-content) - pre-processes content in a variety of formats (HTML, Markdown, XML) into HTML, applying syntax highlighting and some simple partial support, preparing it for processing by
84
84
*[grunt-wordpress](http://github.com/scottgonzalez/grunt-wordpress) - syncs static content to WordPress using [XML-RPC](http://codex.wordpress.org/XML-RPC_Support)
85
85
86
86
@@ -129,7 +129,7 @@ Once you've gotten your environment working, here are the general steps you shou
129
129
130
130
1. Create a new "feature" branch based on `master` -- `git branch <feature/issue name/number>`
131
131
2. Move onto that branch -- `git checkout <feature/issue name/number>`
132
-
3. Work on your awesome contribution.
132
+
3. Work on your awesome contribution.
133
133
4. As you work and want to preview your changes, use `grunt` to deploy them to the your site. You can also use `grunt watch` to have the site monitor the `page` directory for any changes and automatically have the changes deployed every time you save.
134
134
5. When you're done, stage the new/modified preparation for commit -- `git add page/faq/how-do-i-add-a-new-article-to-the-learn-site.md`
135
135
6. Commit the files to your local repo -- `git commit -m "add a relevant message describing the change"`
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ Each of the articles on the site has some [YAML "Front Matter"](https://github.c
36
36
37
37
`level: advanced`
38
38
39
-
## Building && Working Locally
39
+
## Building & Working Locally
40
40
41
41
As this site is part of the jQuery network of sites, its presentation is controlled by our [web base template](https://github.com/jquery/jquery-wp-content). To preview the site locally, first follow the [instructions there](https://github.com/jquery/jquery-wp-content) to set up a local version of the jQuery WordPress network. Then, clone this repo and run the following steps (node.js required).
* This is the place to discuss development of [jQuery UI](http://jqueryui.com/) itself - including bugs, new plugins, and how you can help.
30
+
* This is the place to discuss development of [jQuery UI](http://jqueryui.com/) itself — including bugs, new plugins, and how you can help.
31
31
* All jQuery UI svn commits are posted to this list to facilitate feedback, discussion, and review.
32
32
* Also note that a lot of the development and planning of jQuery UI takes place on the [jQuery UI Development and Planning Wiki](http://wiki.jqueryui.com/).
@@ -41,12 +41,12 @@ To ensure that you'll get a useful answer in no time, please consider the follow
41
41
42
42
* Ensure your markup is valid.
43
43
* Use Firebug/Developer Tools to see if you have an exception.
44
-
* Use Firebug/Developer Tools to inspect the html classes, css. etc.
45
-
* Try expected resulting html and css without javascript/jQuery and see if the problem could be isolated to those two.
44
+
* Use Firebug/Developer Tools to inspect the HTML classes, CSS, etc.
45
+
* Try expected resulting HTML and CSS without JavaScript/jQuery and see if the problem could be isolated to those two.
46
46
* Reduce to a minimal test case (keep removing things until the problem goes away, etc.)
47
-
* Provide that test case as part of your mail. Either upload it somewhere or post it on jsbin.com.
47
+
* Provide that test case as part of your mail. Either upload it somewhere or post it on [jsbin.com](http://jsbin.com/).
48
48
49
-
In general, keep your question short and focused and provide only essential details - others can be added when required.
49
+
In general, keep your question short and focused and provide only essential details — others can be added when required.
50
50
51
51
### Mailing List Archives
52
52
@@ -71,8 +71,8 @@ The IRC Channel is best if you need quick help with any of the following:
71
71
72
72
* JavaScript
73
73
* jQuery syntax
74
-
*problem solving
75
-
*strange bugs.
74
+
*Problem solving
75
+
*Strange bugs
76
76
77
77
If your problem is more in-depth, we may ask you to post to the mailing list, or the bug tracker, so that we can help you in a more-suitable environment.
0 commit comments