I think I must be doing something wrong... I get the "Welcome friend!" in the tiddler with the blue border line and it says "click to show welcome section", but when I click nothing happens. I tried changing the 5000 to 500 and 50 and 5 (thinking that's the timer value) but nothing happened. I tried deleting a few line endings to see of google groups trashed the code, but no luck. Same result on 2.5 and 2.6.
Any suggestions? On Sep 28, 1:00 pm, Dave Parker <[email protected]> wrote: > 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.

