<head>
<me
<ti
<sc
<sc
$(document).ready(function(){
$("#t").change(function(){
alert("SDasd");
});
});
</sc
</head>
<body>
<form action="" method="post">
<select name="type" size="1" id="t">
<option>请选择类型</option>
<foreach name='list' item='v'>
<option value="{$v['id']}">{$v.name}</option>
</foreach>
</select>
标签:
<select name="lable" size="1" id="lables">
</select>
添加车型
<input type="text" name="name" id="test">
<input type="submit" name="submit "value="添加">
</form>
</body>
</html>
最佳答案