Quick question, did you wrap the macro code of TiddlyChartsPlugin
with...
(function($) {
})(jQuery);
...so that you could use jQuery commands inside it?

That closure is used to provide a local alias (i.e. shortcut):
http://tiddlywiki.org/wiki/Dev:Best_Practices#Creating_Aliases
http://docs.jquery.com/Plugins/Authoring#Custom_Alias

--
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.

Reply via email to