Для юзеров Seditio и новичков
| Sergey |
|
|---|---|
# esclkm : Будет у нас нормальный апи - класса AjaxSend (thx dayver) - тогде можно будет движок легко перевесть на mootools или еще какую библиотеку.http://walkthrough.ifupdown.com/walkthrough-1.2/important-notes MooTools will not work with most javascript libraries. The following list is just a really short example of what MooTools will not work with.
* Dojo
* Prototype
* jQuery (Might work with noConflict enabled.)
* YUI
What if you write your own library? Well,
if you use any Class names such as Fx or Class or function names like $,
you'll find your code or MooTools code borked.
In addition to that, if you use native properties of _proto_,
the prototypes in JavaScript,
MooTools probably will break your code since MooTools modifies a lot of prototype stuff.
www.cotonti.mobi
|