From 6e7a811a5049588d6e2f7ff295c314fedd748049 Mon Sep 17 00:00:00 2001
From: Anne Hawley Brett
Date: Mon, 15 Jun 2015 19:58:45 -0400
Subject: [PATCH 1/2] splits into two tutorials for setup and fundamentals
content changes to reflect best practices and use cases
---
order.json | 3 +-
page/about-jquery/how-jquery-works.md | 208 -----------------------
page/about-jquery/how-to-setup-jquery.md | 108 ++++++++++++
page/about-jquery/using-jquery.md | 155 +++++++++++++++++
4 files changed, 265 insertions(+), 209 deletions(-)
delete mode 100644 page/about-jquery/how-jquery-works.md
create mode 100644 page/about-jquery/how-to-setup-jquery.md
create mode 100644 page/about-jquery/using-jquery.md
diff --git a/order.json b/order.json
index ee998761..42d18ce2 100644
--- a/order.json
+++ b/order.json
@@ -4,7 +4,8 @@
"contributing",
{
"about-jquery": [
- "how-jquery-works",
+ "how-to-setup-jquery",
+ "using-jquery",
"additional-support"
]
},
diff --git a/page/about-jquery/how-jquery-works.md b/page/about-jquery/how-jquery-works.md
deleted file mode 100644
index 4fbb1eab..00000000
--- a/page/about-jquery/how-jquery-works.md
+++ /dev/null
@@ -1,208 +0,0 @@
-
-
-### 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:
-
-```
-
-
-
-
- Demo
-
-
- jQuery
-
-
-
-
-```
-
-The `src` attribute in the `
-
-