Click here to Skip to main content
15,897,273 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hiii......
I have problem that when i using mootools and ajax on same page in a project on of them is not working.What can I do to implement both on same page .
Please Help me

Raj Kumar
Posted

Well, when, instead of learning what AJAX is, you just download libraries and try to use them blindly, it's hardly surprising that they conflict. Sadly, now you will need to understand AJAX enough to debug your pages and work out where the conflict is, so you can work around it.
 
Share this answer
 
wrote:
What can I do to implement both on same page .


You need to see the entire response using View-Source to determine which portion of code is hooked by both and creating troubles for both.

;)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900