I managed to find the issue. I was serving the page as valid application/xhtml+xml, which Safari mac apparently didn't like. Switching to the less-valid text/html fixed the issue, albeit with a warning upon validation.
On Mar 31, 9:08 am, Karl Swedberg <[EMAIL PROTECTED]> wrote: > When I open your page in Firefox, I immediately get the following > error message in the Firebug console: > > An invalid or illegal string was specified" code: "12 > > The Safari error is a little different, I see. I wonder if it might > have something to do with the permissions that are set for that file > on your server? Just a guess here, but since the script is doing some > DOM modification, maybe you have something set that doesn't allow for > that. Perhaps you could try temporarily setting the file to 777 and > see what happens. > > If that doesn't work, you could try isolating where that error is > coming from. For example, if you think it's the cluetip script, you > could remove all of your other script references (except the core > jquery one, of course). Then use a selector that points to a single > element. > > --Karl > _________________ > Karl Swedbergwww.englishrules.comwww.learningjquery.com > > On Mar 31, 2008, at 1:06 AM, Krittick wrote: > > > > > Yeah, that page works fine, but my page doesn't, although the syntax > > doesn't seem to have any issues. Page is visible > > athttp://krittickalhost.net/plans/ > > The "?" text is what triggers the cluetip event on hover. It's using > > the span title method of displaying it. > > > On Mar 30, 9:01 pm, Karl Swedberg <[EMAIL PROTECTED]> wrote: > >> Hmm. Not sure. Might it have something to do with an ajax request? > >> Are > >> you testing it on a page that resides on your local machine? Are you > >> getting the same error on this page? > >> ...http://plugins.learningjquery.com/cluetip/demo/ > > >> It's working fine for me here with Safari 3.1 Mac. > > >> If it's a problem with a page up on a public server, can you > >> provide a > >> link? > > >> Thanks, > > >> --Karl > >> _________________ > >> Karl Swedbergwww.englishrules.comwww.learningjquery.com > > >> On Mar 29, 2008, at 10:58 PM, Krittick wrote: > > >>> Safari on mac is throwing this error: > > >>> NO_MODIFICATION_ALLOWED_ERR: DOM Exception 7 > > >>> When using any method to call the tooltip function. > > >>> Safari Windows has no issues, nor does any other browser. > > >>> Any ideas?