From acc476ed0220612abdf7a1c11ab0e2ab5ce1561d Mon Sep 17 00:00:00 2001 From: jeena Date: Thu, 22 Nov 2012 11:22:05 -0800 Subject: [PATCH] Updated Plugins (textile) --- Plugins.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {