i have a website that uses mootools and i want to add a jquery plugin to create a chat like FB. before that, i want to know if mootools an jquery can coexist together or is better to have them in different pages.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The short answer would be yes.
The longer one is that you have to tell jQuery not to use the $ as a function name. This can be done with
More on this here.