Skip to content

Commit

Permalink
Change class to id to fit the jquery example
Browse files Browse the repository at this point in the history
  • Loading branch information
danlucas committed May 21, 2013
1 parent cbfec24 commit 5a94d9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions class3.html
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ <h3>Updating attributes and css</h3>
<h3>Updating values and html</h3>
<div class = "fragment">
<pre><code contenteditable class = "html">
&lt;div class = "results">Boo!&lt;/div>
&lt;div id = "results">Boo!&lt;/div>
</code></pre>
</div>
<div class = "fragment">
Expand All @@ -219,7 +219,7 @@ <h3>Updating values and html</h3>
<h3>Append and Prepend</h3>
<div class = "fragment">
<pre><code contenteditable class = "html">
&lt;div class = "results">Boo!&lt;/div>
&lt;div id = "results">Boo!&lt;/div>
</code></pre>
</div>
<div class = "fragment">
Expand Down

0 comments on commit 5a94d9b

Please sign in to comment.