<div class="row cl">
? ? ? ? <label class="form-label col-xs-4 col-sm-2"><span class="c-red">*</span>作品類別:
? ? ? ? <div class="formControls col-xs-8 col-sm-9" style="width:50%";> <span class="select-box">
<select name="cid" class="select" onchange="hansonalert()" id="cid">
? ? ? ? ? ? ? ? ? ? {volist name="category" id="vo"}
<option value="{$vo.cid}"? >{$vo.value}
? ? ? ? ? ? ? ? {/volist}
? ? </div>
function hansonalert() {
var cid =$('#cid').val();
? alert(cid);
}