Edgewall Software

Changes between Version 65 and Version 66 of GenshiTutorial


Ignore:
Timestamp:
Sep 1, 2007, 1:08:50 AM (17 years ago)
Author:
cmlenz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GenshiTutorial

    v65 v66  
    13391339This 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].
    13401340
     1341Now, 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:
     1342
     1343[[Image(tutorial06.png)]]
     1344
    13411345=== Allowing Markup in Comments ===
    13421346