Link to home
Start Free TrialLog in
Avatar of kevinucd
kevinucd

asked on

.ajax issue in chrome and safari - works fine in IE/FF

I'm doing some list filtering with jquery's .ajax function on this page.
http://www.ucdenver.edu/academics/colleges/SchoolOfEducation/CurrentStudents/Resources/Pages/CurrentResources.aspx

It works fine in IE/FF but Chrome + Safari fail.  I stepped through to the point of the .ajax function, so it's something in there, but not sure how to troubleshoot further.  
Avatar of leakim971
leakim971
Flag of Guadeloupe image

Try to go to the latest jQuery lib : http://code.jquery.com/jquery-1.4.3.min.js
Instead the 1.2.6

Else I get three missing JS file, normal ?


chrome.jpg
Avatar of kevinucd
kevinucd

ASKER

I just tried that.. and it's still not working.  The other 3 files are included by our CMS (which I can't remove--i'm just a dept web admin).  We don't use those files, but i guess there is a possibility of conflict. Is there any better way to debug this function in chrome?
Which part is not working?
Under each category heading there should be list items.  The .Ajax call goes to a sharepoint list and grabs the correct list items.  If u look at the same page in FF you'll see what it should look like
ASKER CERTIFIED SOLUTION
Avatar of kevinucd
kevinucd

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
accepted my own because I found it from googling.