xml代碼:
jquery代碼:
//主程式
Class('App', {
use: 'countDown',ready: true,index:function (){ this.listdata=[]; this.kjlistdata=[]; this.todaykjlistdata=[]; this.loadaopencode();},loadaopencode: function (){ this.ajax({ url:"/aopencode.xml", retry:1, cache:false, end:function (data, i){ this.qXml('//rownow', data.xml, function (o, i){ this.listdata[this.listdata.length] = o.items; }); this.qXml('//row', data.xml, function (o, i){ this.kjlistdata[this.kjlistdata.length] = o.items; }); this.qXml('//rowtoday', data.xml, function (o, i){ this.todaykjlistdata[this.todaykjlistdata.length] = o.items; }); this.qXml('//row', data.xml, function (o, i){ if (o.items.gid=="03" ){ this.showkj(o.items,data.date); } if(o.items.gid=="03"){ if(o.items.trycode==""||o.items.trycode==undefined){ $("#12sjh").html(""); }else{ var trycodes = o.items.trycode.replaceAll(',',' '); $("#12sjh").html("消費榜:"+trycodes); } } }); } });},
this.get("#dlt_code").html(''+code[0].split(',').join('')+''+' '+code[1].split(',').join('')+'');
this.countdown(this.get("#dlt_countdown"),this.get("#dlt_kj_countdown"),nextendtime,d,awardtime,o.gid); }else if (o.gid=='80'){ this.get("#sfc_pid").html(o.pid); this.get("#sfc_pools").html(o.pools); this.get("#sfc_kjdate").html(o.auditdate==undefined||o.auditdate==''?o.awardtime.substr(0,10):o.auditdate.substr(0,10)); this.get("#sfc_code").html(o.code.split(',').join(' ')); var aginfo = o.ginfo.split(","); var aninfo = o.ninfo.split(","); var rjinfo = this.getginfo("81"); if(aginfo.length>1) this.countdown(this.get("#sfc_countdown"),'',this.getnextendtime(o.gid),d,'',o.gid); }else if (o.gid=='03'){ this.get("#sd_pid").html(o.pid); this.get("#sd_kjdate").html(o.awardtime.substr(0,10)); $("#qlc_code").html(''+code[0].split(',').join('')+''+' '+code[1].split(',').join('')+''); } },
原html代碼:
金錢榜 2015-12-13 2015641期開榜:每天12:30123 消費榜:3 2 1
想修改的html代碼:
【這裡】 【這裡】 【這裡】期開榜:每天12:30【這裡】 【這裡】:【這裡】
請各位大蝦幫幫忙啊!給個思路啊!
回複內容:
xml代碼:
jquery代碼:
//主程式
Class('App', {
use: 'countDown',ready: true,index:function (){ this.listdata=[]; this.kjlistdata=[]; this.todaykjlistdata=[]; this.loadaopencode();},loadaopencode: function (){ this.ajax({ url:"/aopencode.xml", retry:1, cache:false, end:function (data, i){ this.qXml('//rownow', data.xml, function (o, i){ this.listdata[this.listdata.length] = o.items; }); this.qXml('//row', data.xml, function (o, i){ this.kjlistdata[this.kjlistdata.length] = o.items; }); this.qXml('//rowtoday', data.xml, function (o, i){ this.todaykjlistdata[this.todaykjlistdata.length] = o.items; }); this.qXml('//row', data.xml, function (o, i){ if (o.items.gid=="03" ){ this.showkj(o.items,data.date); } if(o.items.gid=="03"){ if(o.items.trycode==""||o.items.trycode==undefined){ $("#12sjh").html(""); }else{ var trycodes = o.items.trycode.replaceAll(',',' '); $("#12sjh").html("消費榜:"+trycodes); } } }); } });},
this.get("#dlt_code").html(''+code[0].split(',').join('')+''+' '+code[1].split(',').join('')+'');
this.countdown(this.get("#dlt_countdown"),this.get("#dlt_kj_countdown"),nextendtime,d,awardtime,o.gid); }else if (o.gid=='80'){ this.get("#sfc_pid").html(o.pid); this.get("#sfc_pools").html(o.pools); this.get("#sfc_kjdate").html(o.auditdate==undefined||o.auditdate==''?o.awardtime.substr(0,10):o.auditdate.substr(0,10)); this.get("#sfc_code").html(o.code.split(',').join(' ')); var aginfo = o.ginfo.split(","); var aninfo = o.ninfo.split(","); var rjinfo = this.getginfo("81"); if(aginfo.length>1) this.countdown(this.get("#sfc_countdown"),'',this.getnextendtime(o.gid),d,'',o.gid); }else if (o.gid=='03'){ this.get("#sd_pid").html(o.pid); this.get("#sd_kjdate").html(o.awardtime.substr(0,10)); $("#qlc_code").html(''+code[0].split(',').join('')+''+' '+code[1].split(',').join('')+''); } },
原html代碼:
金錢榜 2015-12-13 2015641期開榜:每天12:30123 消費榜:3 2 1
想修改的html代碼:
【這裡】 【這裡】 【這裡】期開榜:每天12:30【這裡】 【這裡】:【這裡】
請各位大蝦幫幫忙啊!給個思路啊!