nirosh wrote:
> i have a JavaScript variable and i need to pass that to controller
> with the remote_function method.
> how do i pass this?

The same way you pass any parameters using HTTP. You can either put them 
in the query string or in the form data of a POST request. Make sure you 
encode them properly using URL encoding.

http://en.wikipedia.org/wiki/Query_string#URL_encoding
-- 
Posted via http://www.ruby-forum.com/.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-t...@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to