Hi Secret-HQ, Great to see you've worked it out!
> Did you bang out that on on Pastebin just for me ... ? You bet ;o) ...but it was a good js / jQuery practice. Let me give you an example for how you could use my (now slightly modified) version with your template... http://pastebin.com/Csu44tr0 So, here are the advantages... 1) You can have as many counters in your template as you want 2) Instead of id's you can use css classes or any selectors you want 3) You can output your count anywhere on the page 4) You can even use no parameters and it will take the last element with a classname of 'chrCount' and create a counter for right where you called the macro 5) It recounts when the input element gets focus focus, so you can reset individual fields instead of the whole form via form reset buttons Eventually you could transclude your template with the tiddler macro: <<tiddler MyFormTemplate with: MyVar1 MyVar2 ...>> And replace ANY of the template contents with MyVar1, MyVar2, etc. by inserting the placeholders $1, $2, etc... at the respective spots. Cheers, Tobias. -- 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.

