Wow, not just one solution, but two!! Thanks Tobias, I'll give them a try.
On Sep 28, 4:32 am, Tobias Beer <[email protected]> wrote: > You could achieve the same without InlineJavascriptPlugin using > evaluated parameters* and the tiddler macro... > > <<tiddler {{config.options.chkWelcomeSlider=true;'';}}>> > {{welcome{<<slider > chkWelcomeSlider > WelcomeTransclusion##MESSAGE > "Welcome friend!" > "Click to show welcome section">>}}}<<tiddler {{ > > (function($){ > $('.welcome .button',place).css({ > 'text-align':'center', > 'display':'block', > 'width':'94%', > 'font-size':'3em', > 'padding':'0.5em', > 'line-height':'1em', > 'margin':'0'}).click; > setTimeout(function(){ > $('.welcome .sliderPanel',place.parentNode).slideUp();}, > 5000);})(jQuery); > > '';}};>>/% > !MESSAGE > {{button{ > > {{title{How are you?}}} > > ''Nice to see you again!'' > > {{title{Carpe Diem!}}} > > }}} > > !END%/ > > *Note that, evaluated parameters are no longer working in TiddlySpace > [1] > > Cheers, Tobias. > > [1]http://groups.google.com/group/tiddlywiki/browse_frm/thread/01065797f... -- 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.

