is it safe to use jQuery and MooTools together?
Posted
by
user1179459
on Programmers
See other posts from Programmers
or by user1179459
Published on 2012-09-21T04:03:55Z
Indexed on
2012/09/21
9:49 UTC
Read the original article
Hit count: 245
I just need to know is it safe to use jQuery and MooTools Together in one web framework?
I am not trying create application using both of them, but I am in a situation where I need to modify mootool based application framework, so I am used to jquery, I don't want to waste my time learning mootools and I think jquery is better than the mootools in many contexts like number of applications, plugins etc.
so questions are
- is it safe to use mootools and jquery in one framework?
- will there be cross browser issues?
- how robust the application will be when using both?
© Programmers or respective owner