From 5a94d9bc9b5338908cdb197a130ef383a6430412 Mon Sep 17 00:00:00 2001 From: Dan Lucas Date: Mon, 20 May 2013 23:11:55 -0400 Subject: [PATCH] Change class to id to fit the jquery example --- class3.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/class3.html b/class3.html index 33c94d0..20b029e 100644 --- a/class3.html +++ b/class3.html @@ -201,7 +201,7 @@

Updating attributes and css

Updating values and html


-  <div class = "results">Boo!</div>         
+  <div id = "results">Boo!</div>         
             
@@ -219,7 +219,7 @@

Updating values and html

Append and Prepend


-  <div class = "results">Boo!</div>         
+  <div id = "results">Boo!</div>