Accessing AJAX'ed elements via javascript

Is there a way to get access (via javascript) the page elements that
were populated with AJAX (observe_field)? If you look at my source I
have:

But the actual select menu is filled with options because I used the
observe_field to fill in the options. Now I want to be able to access
those options.

Can I get access to these?

Seth B.

I’m not sure I know what you’re looking for, but does this help:

http://wiki.rubyonrails.org/rails/pages/observe_field+-+Passing+Parameters

Michael