Page 1 of 1
Two frameworks at once
Posted: Sat Dec 26, 2009 2:27 am
by mellowman
So i have been working on a project and i have been wondering if it is at all possible to be using to different types of frameworks like mootools and prototype?
Re: Two frameworks at once
Posted: Sat Dec 26, 2009 12:55 pm
by Darhazer
First of all, those are javascript frameworks, and there is a forum for JavaScript here.
Second, you have to be extremely carefull when you are using more than one framework. Both prototype and jQuery for example use the $ and you have to use the full jQuery() call and to leave the $ to the prototype... and if you don't have good reasons to mix the frameworks, better do not do that (at home(c))
Re: Two frameworks at once
Posted: Sat Dec 26, 2009 3:17 pm
by mellowman
ok..and sorry for the mix up im using the frameworks for php request so i forgot to put this is javascipt