How can I amend a button on my form that looks like: <INPUT TYPE=BUTTON OnClick="$(''leads'').toggle();return true;" VALUE="Submit"> To invoke a method def leads .. end in my ChannelsController ? Thanks, Rvince
RVince wrote:> How can I amend a button on my form that looks like: > > <INPUT TYPE=BUTTON OnClick="$(''leads'').toggle();return true;" > VALUE="Submit"> > > To invoke a method > > def leads > .. > endhttp://www.railsbrain.com/api/rails-2.3.2/doc/index.html?a=M002468&name=button_to_remote -- Posted via http://www.ruby-forum.com/.