I am wondering if it is OK to use multiple javascript frameworks for example (jQuery, Raphael) in the same script (handling event & ajax with jQuery and drawing with Raphael) ?
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.
Raphael isn’t really a framework. It’s a specialized library.
When it comes to mixing frameworks, then it is usually a bad idea.
While you can usually persuade them to run without conflicting, you end using a lot of code that does the same job as a lot of other code in the page. This adds a lot of overhead to the page, which is bad for performance.