摘要: 1 function yflib_roomList(tpl) { 2 var target = $(".roomList > li"); 3 var _this = null; 4 $(".roomList > li").each(function(i, item) { 5 _this = $(this); 6 var _CloudID = _this.attr("CloudID"); 7 getRoomDetailByID(_this, _CloudID, onDataRecieved); 8 }); 9 ... 阅读全文
posted @ 2013-10-30 15:23 ifeixiang 阅读(5028) 评论(0) 推荐(0) 编辑