怎么用数据库的数据绑定bootstrap的下拉框 ???
1个回答
2017-09-09
展开全部
<head>
<meta charset="utf-8">
<title>无标题文档</title>
<script src="http://code.jquery.com/jquery-1.4.1.min.js" type="text/javascript"></script>
<script>仿则团
$(document).ready(funxtion{
vat list1=$("#test");//获取list对象
$.get("demo_ajax_load.txt", function(result){ //获取后台数据库记录
for(var i=0,len=result.row.length;i<result.row;i++){ // result为备橘返回的json对象row为包含选项的数组
var o=new Option(result.row[i].text,result.row[i].value);
list1.appendChild(o);
}
},"json");
})
</script>
</head>
<body>
<select id="test">
<option>1</option>盯谨
</select>
</body>
<meta charset="utf-8">
<title>无标题文档</title>
<script src="http://code.jquery.com/jquery-1.4.1.min.js" type="text/javascript"></script>
<script>仿则团
$(document).ready(funxtion{
vat list1=$("#test");//获取list对象
$.get("demo_ajax_load.txt", function(result){ //获取后台数据库记录
for(var i=0,len=result.row.length;i<result.row;i++){ // result为备橘返回的json对象row为包含选项的数组
var o=new Option(result.row[i].text,result.row[i].value);
list1.appendChild(o);
}
},"json");
})
</script>
</head>
<body>
<select id="test">
<option>1</option>盯谨
</select>
</body>
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询