Hi sklpns,
The first thing I notice when looking at your MarkupPreHead
is that you're trying to include jQuery again even though
it's already part of TiddlyWiki. That might be a problem.
All those styles, put them im your StyleSheet tiddler.
It's important to reduce the problem area to the smallest possible.
As for the actual script, it can't be invoked that way.
Why? Because your audio elements aren't even rendered
when TiddlyWiki has finished starting!
So, there's two steps forward. Try to:
*Step 1*: load the library via *MarkupPreHead* (but not jQuery again!)
*Step 2*: render your audio tags and right after that invoke your script
(requires InlineJavascriptPlugin from tiddlytools)
As for your keyboard controls, I'd say: forget about them, unless you're
using some SinglePageMode.
So, anything $(document).keydown(function(e) {...} ...remove it.
But then, Where did you get all that code from?
Because you have no ol li elements, do you?
FWIW, I'm listening to that Notorious B.I.G album now ...smooth.
Best wishes,
— tb
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/b8a948d1-9bf3-4150-a019-d43813475677%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.