There's an easier way that doesn't require you to go into the options tag: $("div.id_100 select").val("val2");. Check out the this jQuery ... ... <看更多>
You can simply get it with the select name attribute $('select[name=general[slider_location]]').val();. Note: general → is the fieldset name, ... ... <看更多>