Edgewall Software

Changes between Version 69 and Version 70 of GenshiTutorial


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

Simplified jQuery incantation a tiny bit.

Legend:

Unmodified
Added
Removed
Modified
  • GenshiTutorial

    v69 v70  
    13171317                    a.parent().before('<ul class="comments"></ul>');
    13181318                  }
    1319                   $("ul.comments")
    1320                     .find("li.hilite").removeClass("hilite").end()
    1321                     .append($(elem).addClass("hilite")).slideDown();
     1319                  $("ul.comments").append(elem);
    13221320                  closeForm();
    13231321                }