I'm trying to attach the Qtip plugin to elements only if the elements containing certain text exists on the page. For some reason I keep getting a script error saying "AddTooltips() ...
Edited for clarification
I've found that different browsers have a different tolerance level towards jquery (javascript) errors. For example, missing a semi-colon, or giving the last element in an array a ...
Getting jqxhr.status=0 error on *some*, but not all browsers in Getting Started 7 months ago and here's my next problem. I first used "general javascript" for getting the output of a php file dynamically (at the moment just at $(document).ready time), and got XMLHttpRequest.status = 0 on Firefox 3.6 on a Mac, on Safari 5.0.5 on ...
I've tried this in a local server in my mac, but it works ok, so I don't understand why my browsers are going mad in the hosting server. It seems that I'm the only one who has this error, because some friends have tried, and it just works ok for them, so I'm starting to think that it has to be ...
Thanks. "application/xml" didn't help.I'm on a Windows (WAMP) box. I tried converting the php file to unix format because I noticed that the log file where I am storing the XML output was coming out in unix format. No dice on that, either.I forgot to mention that on line 22 of my problem function I tried outputting the ...
Hi , I'm new with Jquery and here. I've started including jquery library as tutorial sya , but my html sto working ... * I've validated at W3c and it's ok * No javascritp error appear on firebug If I remove " " it works . I'm stuck ! Can you help me ? Here my html (I cannot ...