Hi there FND, and thanks for replying.

> You might wanna take advantage of jQuery instead:
>      jQuery(".tiddler").live("hover", enterHandler, exitHandler);

I wouldn't want to mix and match too much, as a tiddler mouseover
function is already defined, I just hijacked that.

> > if I add a timestamp outside of the function.. how should I add it?
> > I'm not quite certain how to best designate the variable so it behaves
> > well with the rest of the DOM.
>
> I'm afraid I don't understand the question. Are you asking about vaiable
> scope and namespaces?

- Basically yes, just wondering whether I should define the variable
in a certain way so that a) people looking through the DOM won't
confuse the variable as part of something else and b) it's nice to at
least try to adhere to any rules regarding how to define plugins and
variables for plugins outside the plugin itself.

On a happy note, I was successful in ajaxing what I wanted, link here:
http://groups.google.com/group/cctiddly/browse_thread/thread/ea6dcf13aa8043fc

- I'm wondering though, I got into a bit of a problem with the time
kept  in the database being only accurate up to the minute, which is
probably because TW keeps time only to the minute.  Anyone know how
hard/easy it would be to make TW save more accurate times in the
'modified' field?

Regards,
S.

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWikiDev" 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/tiddlywikidev?hl=en.

Reply via email to