概述
$(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
11
22
33
44
55
66
方法二function autoscrollregion() {
var reg_name = $("#").val();
$("# option").each(function() {
if ($(this).text() == reg_name) {
$(this).attr("selected", "selected");
break;
}
});
}
最后
以上就是尊敬鼠标为你收集整理的如何遍历html select,jquery遍历select元素(实例讲解)的全部内容,希望文章能够帮你解决如何遍历html select,jquery遍历select元素(实例讲解)所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复