この記事では、jquery トラバーサル選択チュートリアル コードを提供します。このコードは、主に $("#<%=ddl_xreg_id.clientid%> option").each(function() { の形式を使用してそれぞれを 1 回ずつトラバースします。選択内容は 1 回クエリされます。
<スクリプト言語="javascript" type="text/javascript">
$ (document).ready(function(){
$("#selecttest").change(function()
{
//alert("hello");
//alert($ ("#selecttest").attr("name"));
//$("a").attr("href","xx.html");
//window.location.href ="xx.html";
//alert($("#selecttest").val());
alert($("#selecttest option[@selected]").text());
$("#selecttest").attr("value", "2");
});
});
aaass
方法 2
function autoscrollregion() {
var reg_name = $("#").val();
$("#<%=ddl_xreg_id.clientid%> オプション").each(function() {
this).attr("selected", "selected");
Break;
}
});
}