In the remote_function call I want to pass the text_field named
‘query’ value as a param, so, :query => ???
How do I get the value out of the text field and into my param hash?
Everything else works, and I can put a static value in the query hash
and get the functionality I am looking for. But, how to get the user’s
input???
In the remote_function call I want to pass the text_field named
‘query’ value as a param, so, :query => ???
How do I get the value out of the text field and into my param hash?
Everything else works, and I can put a static value in the query hash
and get the functionality I am looking for. But, how to get the user’s
input???
No - I am calling two actions - the form action to the search tool which
is
another RoR project and the remote function call which is an action in
this
project. I have it working anyways - I used :with and prototype’s $F()