Skip to content

Commit

Permalink
fixed <img> tag, add id="myPicture"
Browse files Browse the repository at this point in the history
  • Loading branch information
plamba95 committed Nov 7, 2011
1 parent 9484789 commit df32c12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ <h1>jQuery Face detection</h1>
<div id="content">
<pre>var coords = $('#myPicture').faceDetection();</pre>
<a href="#" id="try">TRY IT NOW!</a>
<img src="img/faces.jpg" />
<img src="img/faces.jpg" id="myPicture"/>
<ul>
<li>Plugin by <a href="http://jaysalvat.com">Jay Salvat</a></li>
<li>Source on <a href="https://github.com/jaysalvat/jquery.facedetection">Github</a></li>
Expand Down

0 comments on commit df32c12

Please sign in to comment.