Re: [Rails] rails and javascript

2012-02-29 Thread Dave Aronson
On Tue, Feb 28, 2012 at 16:50, Dev Guy wrote: > I want to add a dropdown selection box that when an item is selected a > javascript function gets called, is there an easy way to do this with > Rails? Sure, though it's not Rails-specific; just use the onchange attribute. See: http://www.w3scho

[Rails] rails and javascript

2012-02-28 Thread Dev Guy
Hi, I want to add a dropdown selection box that when an item is selected a javascript function gets called, is there an easy way to do this with Rails? Thanks! -- Kind Regards, Rajinder Yadav SafetyNet Test Driven Development http://safetynet.devmentor.org -- You received this message becaus