views:

202

answers:

1

Hi All...

I am New for the technology. I want to know that "Can we create the controls using scriptaculous.js and prototype.js or this library is for giving the effects,Drag n Drop,Auto Completer?." Because i have seen in dojo.js they have their own controls as we create in dojo.(Button,CheckBox etc...)

I want to know about which is the best library to used for Effects,Animation etc. (scriptaculous.js,prototype.js vs dojo.js vs jQuery vs YUI).

Please comment on it.

Regards, Mauunusanghi

A: 

Yes, you can create controls using prototype. You'd typically be using Element.insert. You can also use all scriptaculous/prototype functions on the newly created element.

The "which is best" question is answered elsewhere on SO.

krosenvold
Thanks krosenvold for your answer...Can you please send me the link where i can read the best document for scriptaculous.js and prototype.js. I already know that they have their own sites but if other sites have good tutorials where i can learn as quickly as possible will help me.
Mannusanghi
Please suggest me which IDE is best suitable for using scriptaculous.js and prototype.js.
Mannusanghi
I think the website http://www.prototypejs.org/ has fairly good examples. Personally I use Intellij Idea, which has fabulous javascript support
krosenvold