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?
Yeah, that page works fine, but my page doesn't, although the syntax
doesn't seem to have any issues. Page is visible at http://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 <k...@englishrules.com> 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?
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.
> Yeah, that page works fine, but my page doesn't, although the syntax > doesn't seem to have any issues. Page is visible at http://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 <k...@englishrules.com> 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?
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 <k...@englishrules.com> 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.
> > 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 <k...@englishrules.com> 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?
> 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 <k...@englishrules.com> 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.
>>> 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 <k...@englishrules.com> 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?