Edgewall Software

Changes between Version 85 and Version 86 of GenshiTutorial


Ignore:
Timestamp:
Sep 5, 2007, 9:18:47 PM (17 years ago)
Author:
cmlenz
Comment:

Fix typo

Legend:

Unmodified
Added
Removed
Modified
  • GenshiTutorial

    v85 v86  
    13371337}}}
    13381338
    1339 This Javascript snippet uses [http://jquery.com/ jQuery] (via the `jquery.js` file you've already added to you `geddit/static` directory). We won't go into the details of the script here, suffice to say that it implements our goals in a fairly lightweight manner. For a nice introduction to jQuery, see [http://simonwillison.net/ Simon Willson]´s blog post [http://simonwillison.net/2007/Aug/15/jquery/ jQuery for JavaScript programmers].
     1339This Javascript snippet uses [http://jquery.com/ jQuery] (via the `jquery.js` file you've already added to you `geddit/static` directory). We won't go into the details of the script here, suffice to say that it implements our goals in a fairly lightweight manner. For a nice introduction to jQuery, see [http://simonwillison.net/ Simon Willison]´s blog post [http://simonwillison.net/2007/Aug/15/jquery/ jQuery for JavaScript programmers].
    13401340
    13411341Now, when you click on the “Add comment” link on the link submission detail page, with Javascript enabled, you should see the comment form appear on the same page: