Two frameworks at once
Moderator: General Moderators
Two frameworks at once
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
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))
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
ok..and sorry for the mix up im using the frameworks for php request so i forgot to put this is javascipt