Changes between Version 12 and Version 13 of TopMacro


Ignore:
Timestamp:
Dec 24, 2008, 9:27:36 PM (15 years ago)
Author:
Douglas Clifton
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TopMacro

    v12 v13  
    7171== Behavior ==
    7272
    73 If you want to get really fancy you can use jQuery to create a smooth scrolling effect when the link is clicked. In your site.html template add:
     73If you want to get really fancy you can use jQuery to create a smooth scrolling effect when
     74the link is clicked. In your site.html template add:
    7475
    7576{{{
     
    9091}}}
    9192
    92 '''Note''': Returning false from the lambda, or anonymous, function prevents the browser from kicking in it's own event model.
     93'''Note''': Returning false from the lambda, or anonymous, function prevents the browser
     94from kicking in it's own event model.However, it degrades nicely and still works even if
     95the user has !JavaScript disabled.
    9396
    9497== Installation ==