I have a select field that is dynamically populated with an ajax call that simply returns all the HTML select options. Here is the part of the PHP that just echo\'s the sel
try .live: http://docs.jquery.com/Events/live
From docs: Binds a handler to an event (like click) for all current - and future - matched element. Can also bind custom events.