PDA

View Full Version : Adding jquery and ajax problems..


Gamempire
03-31-2010, 11:58 AM
Hi all, i added some of mine scripts build with jquery on vbulletin 4, and i had no problem. Only one thing:
I try to do an ajax request with $.ajax, and it answer on success, but in reality it didn't do any request to the server (i had controlled with xhr of firebug)

Maybe it's some problems of compatibility with yui?

Thanks

Gamempire
04-02-2010, 11:22 AM
nobody?

Andreas
04-05-2010, 07:36 AM
You shouldn't mix JS Frameworks - stick to one (eg. YUI in case of vBulletin).

Gamempire
04-05-2010, 09:16 PM
i can't do in another way...what can i do?