diff --git a/page/jquery-mobile/getting-started.md b/page/jquery-mobile/getting-started.md index 9fdf1c54..47e0d49d 100644 --- a/page/jquery-mobile/getting-started.md +++ b/page/jquery-mobile/getting-started.md @@ -19,9 +19,9 @@ In the ``, a div with a `data-role` of `page` is the wrapper used to delin My Page - - - + + +
diff --git a/page/jquery-mobile/theme-roller.md b/page/jquery-mobile/theme-roller.md index c3aa5cf4..dfb73d67 100644 --- a/page/jquery-mobile/theme-roller.md +++ b/page/jquery-mobile/theme-roller.md @@ -63,9 +63,9 @@ To start using your theme, you can either start from the provided `index.html`, - - - + + + ``` diff --git a/page/jquery-ui/environments.md b/page/jquery-ui/environments.md index 11489664..f7b0fc75 100644 --- a/page/jquery-ui/environments.md +++ b/page/jquery-ui/environments.md @@ -3,4 +3,4 @@ "level": "intermediate" } -In addition to being available on [CDN](http://code.jquery.com/)s and [Download Builder](http://jqueryui.com/download/), jQuery UI also integrates into a number of development environments. \ No newline at end of file +In addition to being available on [CDN](https://code.jquery.com/)s and [Download Builder](http://jqueryui.com/download/), jQuery UI also integrates into a number of development environments. \ No newline at end of file diff --git a/page/performance/read-the-source.md b/page/performance/read-the-source.md index 78ee465c..0e7c8f47 100644 --- a/page/performance/read-the-source.md +++ b/page/performance/read-the-source.md @@ -5,4 +5,4 @@ "attribution": [ "jQuery Fundamentals" ] } -Use the source as your documentation. Bookmark [the source code](http://code.jquery.com/jquery/) and refer to it often. +Use the source as your documentation. Bookmark [the source code](https://code.jquery.com/jquery/) and refer to it often. diff --git a/page/using-jquery-core/document-ready.md b/page/using-jquery-core/document-ready.md index db3182a1..da379ebe 100644 --- a/page/using-jquery-core/document-ready.md +++ b/page/using-jquery-core/document-ready.md @@ -40,7 +40,7 @@ The example below shows `$( document ).ready()` and `$( window ).load()` in acti ``` - + $( document ).ready(function() { console.log( "document loaded" );