[jQuery] Re: cluetip issue firefox/safari local content w/link

2009-06-24 Thread kurtzilla
the code I tested with: http://www.w3.org/ TR/xhtml11/DTD/xhtml11.dtd"> http://www.w3.org/1999/xhtml"; > select function redirect(url) { window.location = url; }

[jQuery] Re: cluetip issue firefox/safari local content w/link

2009-06-24 Thread kurtzilla
BTW - I originally thought that the class linked to by rel had to be contained within the cluetip link. Guess I found out the hard way that it is not necessary to do that. I have gotten this to work in firefox - but still cannot get chrome to work on any link but except the first. ***tried one m

[jQuery] Re: cluetip issue firefox/safari local content w/link

2009-06-24 Thread kurtzilla
sorry - i changed some names to publish to web but didn't follw thru and double check it all with the jquery code change the to or change jquery code from $('.nextcontainer a.cell_link') to $('.container a.cell_link') below is a corrected version

[jQuery] Re: cluetip issue firefox/safari local content w/link

2009-06-24 Thread kurtzilla
Also - multiple cluetips are not working in google chrome v2.0.172.33 Only the first one (Sunday) is working

[jQuery] cluetip issue firefox/safari local content w/link

2009-06-24 Thread kurtzilla
Cluetip works fine in IE But in Firefox/Safari I am displaying multiple cluetips(7). Each cluetip corresponds to a different event on our calendar, in theory and for discussion purposes, one for each day of the week. Hovering over the first link (sunday) yields a cluetip with a title and con