In this example,
<%=button_to_remote "Get Related Users", {:url => { :action => 'get_related_users' },
:update => 'result',:with=>"'someVal=3'"} %>
If I have to send one more key/value pair [someVal2=5], what will the :with look like?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The docs say
so I imagine that you would do something like