I think that if you will be doing complex javascript stuff then you should dig into jQuery (or another js library) since you have to know your tool very well.
Rails's javascript helpers are useful but they shield you from having to know the javascript part. That can be an advantage when you need something really fast but on the long-term you'd be better off writing javascript yourself. Plus, the helpers "pollute" the html markup with javascript code which is not very nice. Balint On Feb 19, 12:30 pm, Greg Hauptmann <[email protected]> wrote: > Hi, > Question - If I'm starting to use Rails javascript/ajax helpers but want to > start doing some more custom/complex Ajax/Javascript should I learn RJS as > part of moving forward? (or alternatively just look to either diving into > jQuery or Prototype/Scriptaculous?) > > Tks > > -- > Greghttp://blog.gregnet.org/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

