301_1@如下所示:
$.each(provinces,function (i,n) {
<span style="white-space:pre"> html.push(tpl.format(n.name,n.id));
});
//alert(html.join());
$('#class').html(html.join(''));
<span style="white-space:pre"> html.push(tpl.format(n.name,n.id));
});
//alert(html.join());
$('#class').html(html.join(''));
');
return;
}
$.get('index.PHP?m=Home&c=ClassList&a=getgradesandCourse',{
'grade_id': gradeId
},function (res) {
var options = [];
$.each(res,function (index,item) {
options.push('
以上这篇jquery ajax加载数据前台渲染方式 不用for遍历的方法就是小编分享给大家的全部内容了,希望能给大家一个参考,也希望大家多多支持编程之家。
原文链接:https://www.f2er.com/jquery/31118.html