Conflict btw two mootools version files
I have one videobox that acts like a lightbox for displaying video 开发者_Python百科using mootools.js file and I am trying to integrate in my web page a menu using mootools-1.2.1-core-nc.js. Is there any way to make this files work togethere without conflicting???
Dimitar thats not true. Mootools always release a compatability layer between different version. As of version 1.2.3 this is included by default but for earlier versions you had to explicitly download it. Heres the link:
http://www.siafoo.net/article/62
Direct links to the files:
Core compat file: http://crew.icapsid.net/stou/mootools/mootools-compat-core.js More compat file: http://crew.icapsid.net/stou/mootools/mootools-compat-more.js
Mootools no longer have these easily available on their site as they would like everyone to upgrade (or an over sight by them) but they do have the original librarys available.
That said Mootools have release and update to their 1.1 and 1.2 version due to a change in Firefox 3.6 thats due for release. Suggest you read the blog post below:
http://mootools.net/blog/2009/11/02/upgrade-mootools/#more-435
not in a framework that does prototyping, although the differences between 1.11 and 1.2 are seldom to do with prototypes.
please read Incomatible Mootools scripts - it has already been asked.
精彩评论