I have the following markup when loading a page:
<select name="sel_billing_address"></select>
After loading the page that is selected, it then fills with some AJAX to be something near:
<select name="sel_billing_address">
<option value="1">hi</option>
<option value="2">there</option>
<option value="3" selected="selected">sally</option>
</select>
I need to grab the selected option from this list. This is usually a simple case:
jQuery('select[name=sel_billing_address] option:selected');
but since it is loaded dynamically, I need to track it using .live () - or in other ways. If I control it with live ('change'), then it works fine, but I need values if the selection box could not be changed.
.live('load') , - select , . .live('load') OPTION, SELECT, , , .
, , , script, - .
.