Hi magev958,

In order to use the $ variable you need to enclose your script block in...

(function($){
//the code 
})(jQuery);

...otherwise, javascript in the context of TiddlyWiki wouldn't know that 
you want to call the jQuery object using $.

Other than that, this...

   story.displayTiddler(null,'SenasteNytt');

probably should be...

   story.displayTiddler(null,f.title);

I believe I have written it before, to not make the page reload, have your 
submit handler to conclude with...

return false;

Tobias.

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to