课程
/前端开发
/jQuery
/jQuery基础课程
var $name=$("#name-template .name-list").clone(); $("span.show-name",$name).text(peopleName); $("#people-list").append($name);
2015-07-31
源自:jQuery基础课程 12-14
正在回答
这里面使用的东西都是css选择器的东西,不妨从这方面来考虑这个问题.
举报
加入课程学习,有效提高前端开发速度