[jQuery] Firefox uncaught exception - Please help

2007-12-26 Thread Bill

I have posted this message back in November and received no replies.
I am able to get JQuery Ajax ClueTips to work in Internet Explorer
fine however when I open the same page in firefox the cluetips do not
work and when I look at the error console I see the following

Error: uncaught exception: [Exception... Component returned failure
code: 0x805e000a [nsIXMLHttpRequest.open]  nsresult: 0x805e000a
(unknown)  location: JS frame :: 
http://www.quidizzle.com/scripts/js/jquery.js
:: anonymous :: line 2293  data: no]

this is an example of one of the divs I am trying to display a tooltip
from

div class=nav id=q83 onMouseOut= change(event, 'up')
onMouseDown=change(event, 'down') onMouseUp=change(event, 'up')
onClick=window.location='layout.php?parent=83' href=ADS/
AlfaAD.html rel=ADS/AlfaAD.html div class=nav-img
style=background-image: url('images/stories/navigation/istockimages/
Vehicles.png')/div/div

I really have no clue where to start to fix this error.

I prefer to use Firefox, but for the time being I will have recommend
to users to use internet explorer.

Bill


[jQuery] Firefox uncaught exception

2007-11-28 Thread Bill

It seems that others have found and been able to work around this
problem, but I am not experienced enough with javascript and ajax to
fix this.  I am somewhat desperate.

I have been able to get the jQuery cluetips to work fine in IE.

However in Firefox I am getting the uncaught exception.  Error.  The
tip I have associated with a div element and the div contains other
items.  In fact here is a copy paste of the div...

div class=nav id=q1230 onMouseOut= change(event, 'up')
onMouseDown=change(event, 'down') onMouseUp=change(event, 'up')
onClick=window.location='layout.php?parent=1230' href=ADS/
AlfaAD.html rel=ADS/AlfaAD.html div class=nav-img
style=background-image: url('images/stories/navigation/istock/
music.png')/div/div

I so much want this to work in Firefox, but I do not know what to do
to fix this.

The exact error code is pasted here
Error: uncaught exception: [Exception... Component returned failure
code: 0x805e000a [nsIXMLHttpRequest.open]  nsresult: 0x805e000a
(unknown)  location: JS frame :: 
http://www.quidizzle.com/scripts/js/jquery.js
:: anonymous :: line 2293  data: no]

Like I said it works fine in IE ugg!).

Thanks for anyones expertise.

Bill