I think this brings up the question of what is prototype.js NOT compatible with. I am curious if people have ran into issues with any of the common libraries like dojo, YUI, mochikit, etc..

Also, the core javascript object that prototype.js modifies that I have seen cause problems is the Array which causes problems for code like 'for(each in {Array}'. Are there any other issues with prototype.js.

With that said, I still feel prototype.js is the most elegant js library around.

Jake

Roberto Saccon wrote:
Nothing really is compatible with prototype.js, becausue prototyps modifies some core javascript objects, nevertheless, you can use both together, it worked fine for me, just take care of the order of loading the libs (prototype.js , then dojo.js)

On 5/19/06, *Matt Spendlove* <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote:

    Are these libs compatible ? At the very least I'd like to be able to
    use Prototype & Dojo ?

    Thoughts welcome..

    Matt

    _______________________________________________
    Rails-spinoffs mailing list
    [email protected]
    <mailto:[email protected]>
    http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs





--
Roberto Saccon


------------------------------------------------------------------------

_______________________________________________
Rails-spinoffs mailing list
[email protected]
http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
_______________________________________________
Rails-spinoffs mailing list
[email protected]
http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs

Reply via email to