Hi,
As I mentioned allready jQuery(document).ready(function() {} is not
needed. The core does it for you.You should create a real TW plugin, that is initialized the TW way. See my helloworld space [1] HelloWorldButtonPlugin. It should demonstrate how to do it. For your problem see the HelloWorldNamedParamsPlugin [2] space, and the tests [3][4] It should point you into the right directions. In any case using FireBug or chromes dev tools is highly recomended! -mario [1] http://helloworld.tiddlyspace.com/#HelloWorldButtonPlugin [2] http://helloworld.tiddlyspace.com/#HelloWorldNamedParamsPlugin [3] http://helloworld.tiddlyspace.com/#TestSpanNoButton [4] http://helloworld.tiddlyspace.com/#TestDivButton On Jan 25, 4:56 pm, Kosmaton <[email protected]> wrote: > Hello folks, > > I pasted some JavaScript code into MarkupPostHeader in this [1] test page. > It starts off with > > jQuery(document).ready(function() { > > but loading the page gives a "jQuery is not defined" error in FireBug, and > clearly the JS is not activated. What might be wrong here? > > cheers, Kosmaton > > [1]http://sndbxy3.tiddlyspace.com/ -- 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.

