After spending several hours reading the sound
docs and even playing around with Tobias'
enable-js plug-in.
I noticed that I couldn't attach events because the TW parser is spitting
var target = document.getElementById("audio-div");
just after the get. So within the debugger, it looks like so:
var audio = document.get
ElementById("target");
Obviously, that isn't going to work. So adding the pragma
fixed the problem. Which brings me to the question, where are these pragma rules documented?
I even searched for the term
except at
tiddlywiki.com/dev/ and came up empty. Is there a resource out there on these?
A how to article out there? Something? Anything?
Thank you guys or gals,
-Doug