Sunday, March 11, 2012

Is Microsoft AJAX 1.0 compatible w/ prototype.js?

I've implemented the two together and there are a few issues.

The biggest issue right off the bat is prototype's $ method. You'll have to rename the $ method in prototype.

There are a few other minor issues but they only apply to how much of prototype you're using.


What's the problem with the $ method? ASP.NET AJAX 1.0 uses $get instead of $ specifically to avoid conflicts like this. As far as I know, the two should work without conflict...


The latest version works without any problem with Prototype. The conflicts occurrs when the Asp.net Ajax Framework was in beta.


I'm still having problems with this. Any ideas? I believe I have the latest asp.net ajax. Not sure how old our prototype version is though.

hello.

can you be more specific about that?

No comments:

Post a Comment