Set the event handler on the select at the time it is added to the DOM.

http://docs.jquery.com/Frequently_Asked_Questions#Why_do_my_events_stop_working_after_an_AJAX_request.3F


On Fri, Jan 8, 2010 at 1:49 PM, sonicDivx <sonicd...@gmail.com> wrote:
> Been trying to find the best answer to a problem a co-worker is having
> with a form select field that gets loaded via an ajax call into a
> table cell.
>
> He has a form and when the page loads based on the value of another
> form field he makes an ajax call and loads a complete select
> statement.
>
> the ajax load is fine, but when he makes a select from the new select
> this it is not recognized and passed with the form submit.
>
> How can I get this select field to be recognized by the form?
>
> Thanks for any insight.
> Kevin
>

Reply via email to