Hi all,
I know how to add javascript code to an onclick event of a button eg: <%= submit_tag 'Enter', :onclick => "this.disabled=true,this.form.submit();" %>
I wonder if I can use rjs in the onclick. I want to use it to render out a partial.
Thanks, Stijn