Skip to content

Commit

Permalink
Docs: fixed jQuery tools link (from several Disqus comments)
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Hilton committed Aug 25, 2011
1 parent 0b1ee5b commit 7eb7948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/manual/guide4.textile
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ bc. <h3>Post a comment</h3>

Note that we reuse the posted parameters to fill the HTML input values.

To make the UI feedback more pleasant for the poster, we will add a little JavaScript to automatically set focus on the comment form in case of an error. As this script uses "JQuery":files/jquery-1.4.2.min.js and "JQuery Tools Expose":files/jquery.tools-1.2.5.toolbox.expose.min.js as support libraries, you have to include them. Download these two libraries to the @yabe/public/javascripts/@ directory and modify the @main.html@ template to include them:
To make the UI feedback more pleasant for the poster, we will add a little JavaScript to automatically set focus on the comment form in case of an error. As this script uses "JQuery":files/jquery-1.4.2.min.js and "JQuery Tools Expose":http://cdn.jquerytools.org/1.2.5/full/jquery.tools.min.js as support libraries, you have to include them. Download these two libraries to the @yabe/public/javascripts/@ directory and modify the @main.html@ template to include them:

bc. …
<script src="@{'/public/javascripts/jquery-1.4.2.min.js'}"></script>
Expand Down

0 comments on commit 7eb7948

Please sign in to comment.