views:

41

answers:

1

Hello guys,

I have an existing Rails App with considerable js code written using Prototype, I would like to make jQuery the default app's javascript framework and then migrate the existing Prototype code the jQuery's equivalent.

What is your experience with this kind of issues or what strategies you suggest me in order to make this as painless as possible :P.

Any help would be appreciate, Thanks in Advance.

+1  A: 

Check out the below link -

http://randomactsofcoding.blogspot.com/2008/09/migrating-to-jquery.html

Alpesh