On Wed, Mar 9, 2011 at 10:55 PM, Me <chabg...@gmail.com> wrote:

> Ya I have seen that.  How does that apply to what I am doing?
>
>
>
grab the input:select with jquery, is easy, the video shows a bit about
dealing with selects, after that

$.ajax{
type: 'POST',
url: 'controller/action'
data : { value: 'grab it from the element'},
success:  jadah , jadah, jadah
error:  jadah , jadah, jadah
}

set the route for the action
create an action that responds to XHR

if you have any problem traversing the html paste some html output to see if
i can help you grab the element

-- 
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-talk@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