[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 Karl Swedberg
thanks for that, but you still need to clean up the invalid html throughout. try running it through the w3c validator to get an idea of all the problems. http://validator.w3.org/ --Karl Karl Swedberg www.englishrules.com www.learningjquery.com On Jun 24, 2009, at 5:15 PM, ku

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

2009-06-24 Thread Karl Swedberg
actually, the more I look at the html, the less sense I can make of it. you have DIVs and DLs nested inside As. You also have links within other links. Please make sure that the HTML is valid first and then check the clueTip stuff again. thanks, --Karl Karl Swedberg www.engli

[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 Karl Swedberg
Hi there, I copied your html from below and your jQuery, but I can't find in the html any element with a class of "nextcontainer" $('.nextcontainer a.cell_link') --Karl Karl Swedberg www.englishrules.com www.learningjquery.com On Jun 24, 2009, at 11:14 AM, kurtzill

[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