diff --git a/Plugins.textile b/Plugins.textile index 836b99f..ce62000 100644 --- a/Plugins.textile +++ b/Plugins.textile @@ -25,7 +25,7 @@ function filter(e) { } ``` -You can use the embeded jQuery: +You can use the embeded jQuery too, here for example a plugin which lets you mark particular posts so you don't forget them in your timeline: ``` js $("ol").delegate('a', 'click', function(e) {