最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
jquery ajax加载数据前台渲染方式 不用for遍历的方法
时间:2022-06-25 15:49:59 编辑:袖梨 来源:一聚教程网
如下所示:
var provinces = res.res;
var html = [];
var option_select='';
var tpl = '';
html.push(option_select);
$.each(provinces, function (i, n) {
html.push(tpl.format(n.name, n.id));
});
//alert(html.join());
$('#class').html(html.join(''));
function getXueke() { var gradeId = $('#grade_id').val(); if (gradeId == '') { $('#textbook_id').html(''); return; } $.get('index.php?m=Home&c=ClassList&a=getgradesandCourse', { 'grade_id': gradeId }, function (res) { var options = []; $.each(res, function (index, item) { options.push(''.format(item.id, item.course_name)); }); if (options.length > 0) { $('#textbook_id').html(options.join('')); } else { $('#textbook_id').html(''); } }) }
相关文章
- 《使命召唤:黑色行动6》近战专家成就攻略 11-07
- 《使命召唤:黑色行动6》派对结束成就攻略 11-07
- 《使命召唤:黑色行动6》寻找与毁灭成就攻略 11-07
- 《使命召唤:黑色行动6》破坏性觉醒成就攻略 11-07
- 《使命召唤:黑色行动6》快速反射成就攻略 11-07
- 蛋仔派对道士鬼月怎么样 11-07