> Does anyone know why this jQuery animation from: > http://www.w3schools.com/jquery/tryit.asp?filename=tryjquery_animation > does not work in tiddlywiki? > http://xmobile.labs.osmosoft.com/recipes/default/tiddlers.wiki#testWhoop
Dumping raw HTML in a tiddler is generally a bad idea. In this particular case, the main issue is the use of jQuery's ready method - that has no meaning within TiddlyWiki. Additionally, TiddlyWiki does not use the $ by default, plus SCRIPT tags are not allowed within raw HTML blocks. -- F. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/tiddlywiki?hl=en.

