From f1ed2755a501f02425b55fa66a04de135615e4fe Mon Sep 17 00:00:00 2001 From: Michael Dee Date: Thu, 12 Jul 2018 16:59:19 -0600 Subject: [PATCH 1/2] Update js_test.html Minor text changes. --- Javascript/js_test.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Javascript/js_test.html b/Javascript/js_test.html index 94008fe..cabbc24 100755 --- a/Javascript/js_test.html +++ b/Javascript/js_test.html @@ -72,8 +72,8 @@

Manipulate the Last LI

-

Select specific children from a nested list.

-

Select the only the first children of the LI "Sally".

+

Select specific children from a nested list

+

Select only the first children of the LI "Sally".

@@ -132,7 +132,7 @@

Find Dimensions of an Element

Events

-

Place a click event on the following link. When clicked toggle it's class name from 'clicked' to 'not-clicked'.

+

Place a click event on the following link. When clicked toggle its class name from 'not-clicked' to 'clicked'.

Click Me @@ -147,4 +147,4 @@

Ajax

Please also write your jquery in a no conflict manner. --> - \ No newline at end of file + From 2055b8b63f9152e7acbd6992029105137a5b6faf Mon Sep 17 00:00:00 2001 From: Michael Dee Date: Thu, 12 Jul 2018 17:14:48 -0600 Subject: [PATCH 2/2] Update js_test.html Minor text change. --- Javascript/js_test.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Javascript/js_test.html b/Javascript/js_test.html index cabbc24..c7d5f9e 100755 --- a/Javascript/js_test.html +++ b/Javascript/js_test.html @@ -139,7 +139,7 @@

Events

Ajax

-

Call ajax_return.html and write's its json as a "name": "value" list to the following div:

+

Call ajax_return.html and write its json as a "name": "value" list to the following div:

My Response Was...