PDA

View Full Version : Chrome and Ajax JQuery Issues, known issues, help...


mike22
07-18-2010, 08:52 PM
Okay, I've spent that last couple of weeks re-designing my front page to make it clean and user friendly
But now I've bumped into ajax issues with google chrome (works fine on IE and FF)

I've been using lots of jquery (too many to give examples in this thread)
The problem only happens when you visit the page via a link / 1st time (it doesn't happen when refreshing the page)

Basically I have 3 button on the left hand side, on clicking them the buttons slide out. If I click a link to visit this page, the buttons are inactive, if I refresh the page the buttons are active (and slide on clicking)
It almost feels like this is a chrome issue rather than a design issue

(the page is qualityposts.com << not a live link so I hope I don't get told off)

If you first visit the page, the buttons on the left hand side work, but if you click the quality posts title (to go back to the main page) the buttons no longer work

Are there know issues for chrome not behaving well with ajax / jquery
What can I use to debug the jquery issues in chrome (I havent seen any errors)

mike22
07-18-2010, 10:37 PM
not to worry, this is resolved...

Just in case other people have the same issue...

Chrome seems to be more dependant on the order of queries more than other browsers (it was a problem with my code, but the other browsers handle it better)

If you haven't called jquery in the correct order (before the functions / child elements exists), chrome does not play nicely...


I would still be interested in google chrome ajax debuggers...
I use firebug and other JavaScript debuggers with Firefox, I don't know what to use with chrome

jamil81
09-16-2010, 03:32 PM
Firebug lite is available for chrome... (http://getfirebug.com/releases/lite/chrome/)

I have the same problem as you, but I still don't understand your solution

regards