Displaying 1 result from an estimated 1 matches for "a_z_ind".
Did you mean:
a_ind
2008 Jul 07
1
link_to_remote multiple :with =>
...need to pass two values provided by select
boxes to it, a language, and a page count (hits per page to be
paginated) how do i get the code below to send both arguments??
<%= link_to_remote "#{element}", :update => "a_z_replace", :loading =>
"Element.show(''a_z_indicator'')", :loaded =>
"Element.hide(''a_z_indicator'')", :url => {:action => ''a_z_search'', :ltr
=> "#{element}"},
:with => "''a_z_language=''+$(''selectbox'').value &&
...