diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5013c8bb..cb112fa3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -7,7 +7,7 @@ customFields: --- Depending on your level of experience with some of the workflows common to many -open source projects, e.g., git/Github, the command line, and setting up a +open source projects, e.g. git/GitHub, the command line, and setting up a local development environment, contributing to this site may be a breeze or come with a bit of a learning curve. If you fit into the former group, great! Jump ahead to learn how to get started. diff --git a/page/about-jquery/additional-support.md b/page/about-jquery/additional-support.md index d99a477b..0f0f572f 100644 --- a/page/about-jquery/additional-support.md +++ b/page/about-jquery/additional-support.md @@ -27,7 +27,7 @@ There are many subforums where you can discuss jQuery, ask questions, talk about * [Developing jQuery Plugins](http://forum.jquery.com/developing-jquery-plugins) * This forum covers development of jQuery plugins. * [Developing jQuery UI](http://forum.jquery.com/developing-jquery-ui) - * This is the place to discuss development of [jQuery UI](http://jqueryui.com/) itself - including bugs, new plugins, and how you can help. + * This is the place to discuss development of [jQuery UI](http://jqueryui.com/) itself — including bugs, new plugins, and how you can help. * All jQuery UI svn commits are posted to this list to facilitate feedback, discussion, and review. * 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/). * [Developing jQuery Mobile](http://forum.jquery.com/developing-jquery-mobile) @@ -41,12 +41,12 @@ To ensure that you'll get a useful answer in no time, please consider the follow * Ensure your markup is valid. * Use Firebug/Developer Tools to see if you have an exception. -* Use Firebug/Developer Tools to inspect the html classes, css. etc. -* Try expected resulting html and css without javascript/jQuery and see if the problem could be isolated to those two. +* Use Firebug/Developer Tools to inspect the HTML classes, CSS, etc. +* Try expected resulting HTML and CSS without JavaScript/jQuery and see if the problem could be isolated to those two. * Reduce to a minimal test case (keep removing things until the problem goes away, etc.) -* Provide that test case as part of your mail. Either upload it somewhere or post it on jsbin.com. +* Provide that test case as part of your mail. Either upload it somewhere or post it on [jsbin.com](http://jsbin.com/). -In general, keep your question short and focused and provide only essential details - others can be added when required. +In general, keep your question short and focused and provide only essential details — others can be added when required. ### Mailing List Archives @@ -71,8 +71,8 @@ The IRC Channel is best if you need quick help with any of the following: * JavaScript * jQuery syntax -* problem solving -* strange bugs. +* Problem solving +* Strange bugs 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. diff --git a/page/about-jquery/how-jquery-works.md b/page/about-jquery/how-jquery-works.md index 2419bf5b..f21205db 100644 --- a/page/about-jquery/how-jquery-works.md +++ b/page/about-jquery/how-jquery-works.md @@ -5,22 +5,22 @@ level: beginner ### jQuery: The Basics This is a basic tutorial, designed to help you get started using jQuery. If you -don't have a test page setup yet, start by creating the following HTML page: +don't have a test page setup yet, start by creating the following HTML page: ``` -
- -