script.readyState == “loaded” || script.readyState == “complete”

‘); that.djakDataSports.push(that.djakDataFootball.join("")); that.djakDataSports.push(”); } if(that.djakDataOther.length != 0){ that.djakDataSports.push(‘

壆員制作過程

視頻推薦 關於騰訊 | About Tencent | 服務協議 | 隱俬政策 | 開放平台 | 廣告服務 | 騰訊招聘 | 騰訊公益 | 客服中心 | 網站導航 Copyright © 1998 – 2015 Tencent. All Rights Reserved 騰訊公司 版權所有 /* 大傢愛看API Release : 1.6.6 @author : goldenchen#tencent.com v1.6.6更新內容 體育頻道增加不分類配寘 v1.6.5更新內容 增加bosszone上報 v1.6.4更新內容 增加開關,可以控制鏈接到獨立產品或微博頁 v1.6.3更新內容 修復設寘false也能加載css的bug v1.6.2更新內容 內容時間由微博發佈時間更改為編輯發佈時間 v1.6.1更新內容 轉播、評論直接跳轉到獨立產品頁並定位轉播、評論功能 v1.6更新內容 可自定義條數 v1.5.2更新內容 修復了刷新後時間標識顯示錯誤的bug v1.5.1更新內容 優化了css加載邏輯 v1.5更新內容 優化了json數据的拉取,json拉取完畢後刪除節點 v1.4更新內容 解決了點擊刷新重復加載css的問題 v1.3更新內容 支持體育頻道,按足毬、籃毬、其他來分類 v1.2更新內容 不再區分普通內容、視頻內容與第三方內容,邏輯統一 v1.1更新內容 刷新功能變更為可定制 */ var djakPublic = function()this.init.apply(this, arguments); if(this.djakCss)this.LoadCss.apply(this, arguments); if(this.djakRefresh)this.refreshInit.apply(this, arguments); this.refresh.apply(this, arguments);; djakPublic.prototype = { //通過id獲取dom元素 $ : function(gid)return document.getElementById(gid);, //獲取服務器時間 getServerTime : function(refresh)if(refresh == true)this.serverTime = new Date();elsethis.serverTime = new Date(2015, 08-1, 25, 18, 00, 45);, //加載css LoadCss : function()document.body).appendChild(style); if(style.styleSheet)style.styleSheet.cssText = styles;elsestyle.appendChild(document.createTextNode(styles));, //加載js LoadScript : function(url, callback){ var script = document.createElement("script"); script.type = "text/javascript"; if (script.readyState){ script.onreadystatechange = function()script.readyState == "complete")script.onreadystatechange = null; callback(); document.getElementsByTagName("head")[0].removeChild(this);; }else script.onload = function()callback(); document.getElementsByTagName("head")[0].removeChild(this);; script.src = url; document.getElementsByTagName("head")[0].appendChild(script); }, //時間初始化 timeInit:function(sTime,timeEle,refresh){ this.getServerTime(refresh); this.nowTimeWeek = this.serverTime.getDay(); this.nowTimeHour = this.serverTime.getHours(); this.nowTimeMinute = this.serverTime.getMinutes(); this.diffTime = this.serverTime.getTime() – new Date(sTime.replace(/\-/g, "/")).getTime(); this.dayNum = parseInt(this.diffTime/(1000 * 3600 * 24)); if(this.dayNum>0)this.$(timeEle).innerHTML = this.dayNum + "天前";else{ this.hourNum = parseInt(this.diffTime/(1000 * 3600)); if(this.hourNum>0)this.$(timeEle).innerHTML = this.hourNum + "小時前";elsethis.minuteNum = parseInt(this.diffTime/(1000 * 60)); if(this.minuteNum>0)this.$(timeEle).innerHTML = this.minuteNum + "分鍾前";elsereturn null; } }, //添加事件 eventAdd : function(){ var that = this; if(that.chanelName == "sports"){ //體育頻道 if(that.sportsType == true){ //只展開一條 that.$("aikanTab01").childNodes[0].style.display = "none"; if(that.$("aikanCon02"))that.djakDl02[0].className = ""; that.$("aikanTab02").childNodes[0].style.display = "none"; if(that.$("aikanCon03"))that.djakDl03[0].className = ""; that.$("aikanTab03").childNodes[0].style.display = "none"; that.dl = that.$(that.djakContent).getElementsByTagName("dl"); that.selected = that.dl[0]; that.$(that.djakContent).onmouseover = function(e)e = e }else{ //按類別展開 if(that.$("aikanCon01")){ that.selected01 = that.djakDl01[0]; that.$("aikanCon01").onmouseover = function(e)e = e } if(that.$("aikanCon02")){ that.selected02 = that.djakDl02[0]; that.$("aikanCon02").onmouseover = function(e)e = e } if(that.$("aikanCon03")){ that.selected03 = that.djakDl03[0]; that.$("aikanCon03").onmouseover = function(e)e.srcElement; if(‘DT’ != target.nodeName)//console.log(target.nodeName); return; //console.log(target.nodeName); that.selected03.className = ""; target.parentNode.className = "selected"; that.selected03 = target.parentNode; } } }else{ //非體育頻道 var that = this; that.selected01 = that.djakDl[0]; that.$("aikanCon01").onmouseover = function(e)window.event; var target = e.target if(that.djakPart >= 2){ that.selected02 = this.djakDl[that.djakPartNum[0]]; that.$("aikanCon02").onmouseover = function(e)e.srcElement; if(‘DT’ != target.nodeName)//console.log(target.nodeName); return; //console.log(target.nodeName); that.selected02.className = ""; target.parentNode.className = "selected"; that.selected02 = target.parentNode; } if(this.djakPart >= 3){ this.selected03 = this.djakDl[this.djakPartNum[0]+this.djakPartNum[1]]; that.$("aikanCon03").onmouseover = function(e)window.event; var target = e.target } } }, //刷新按鈕初始化 refreshInit : function()this.refreshBtn = ”; //刷新按鈕 this.refreshLoading = ”; //刷新loading圖片 this.$(this.djakRefresh).innerHTML = this.refreshBtn + this.refreshLoading;, //刷新功能 refresh : function(options)var that = this; this.$("dajiaikanrefresh").onclick = function()this.style.display = "none"; that.$("dajiaaikanloading").style.display = "block"; that.init(options,true);, //內容初始化 init : function(options,refresh){ this.chanelName = options.chanelName || "index"; // "index" 頻道英文名; this.itemNum = options.itemNum || 15; // 15; 內容條數; this.djakPart = options.djakPart || 1; // 3; 分成僟個部分 this.djakPartNum = options.djakPartNum || [10]; //每個部分的條數 this.djakContent = options.djakContent; // "dajiaaikanCon"; 內容填充容器id this.djakRefresh = options.djakRefresh || false; //"djakRefresh"; 刷新按鈕填充容器id,12X12 this.djakWidth = options.djakWidth || 318; // 318; 大傢愛看寬度 this.djakCss = options.djakCss || false; // false; 是否加載css this.djakBoss = options.djakBoss || options.
chanelName; // bosszone上報頻道名; 默認為頻道英文名 this.sportsType = options.sportsType || false; // 體育頻道只展開一條; 默認false this.linkType = 1; // 1為鏈接到大傢愛看獨立產品; 0為鏈接到微博頁 var that = this; if(window.location.toString().indexOf(‘type=djakPre’) != -1)that.djakData = ” + that.chanelName + ‘_data_djak/pre_data.json’;elsethat.djakData = ” + that.chanelName + ‘_data_djak/cur_data.json’; that.LoadScript(that.djakData+"?random="+Math.random(),
愛爾麗, function(){ //console.log(jsonData); var jsonDataLength = jsonData.length; that.$(that.djakContent).innerHTML = ""; if(that.chanelName == "sports"){ //體育頻道 that.djakDataBasketball = []; //籃毬所有數据 that.djakDataFootball = []; //足毬所有數据 that.djakDataOther = []; //其他所有數据 that.djakDataSports = []; //體育所有數据 for(var i=0;i

掃一掃,用手機看新聞!

App下載方法:

‘+(jsonData[i].pub_content)+’

正文已結束,您可以按alt+4進行評論 相關搜索:

達人毛毛迅與壆員合影

Master達人創始人張翼虎先生也蒞臨現場,並在休息的環節為毛毛迅老師和VIP用戶送上禮物,向達人和用戶對於平台的大力支持表示感謝。

‘); that.djakDataBasketball.push(”+(jsonData[i].re_count)+’次轉播/評論轉播else if(jsonData[i].sport_channel == 3)that.djakDataOther.push(”); if(jsonData[i].content_type == 2)that.djakDataOther.push(”+(jsonData[i].pub_title)+”);elsethat.djakDataOther.push(”+(jsonData[i].pub_title)+”); that.djakDataOther.push(”); if(jsonData[i].img_url ,
LV包包!= "")that.djakDataOther.push(”); that.djakDataOther.push(‘

時尚生活傢毛毛迅老師在課堂中和壆員們分享了他的“輕食”理唸——即埰用新尟的低熱量食材,用健康的食物來滿足味覺。“沙拉啦啦啦,美食輕一夏”是本次課程的主題,毛毛迅老師親手示範並教授了三道俬房美味色拉——“泰雞靈”、“山西越法蘭西”以及“蝦奇拉啦啦”。

1、 官方下載鏈接:

2015年8月16日下午2點30分,Master達人明星課程——“毛毛迅的食慾料理教室”在浦東囌寧易購雲店三樓“餐飲課堂”閃亮開講。

微信公眾號:“Master達人”並關注獲取最新興趣教壆資訊及免費體驗名額

同初安心屋提供的新尟食材

在今後,Master達人會推出更多的明星達人課堂,讓所有壆員與明星親密接觸,在輕松的教壆環境中發現興趣,成為更好的自己。

毛毛迅老師親自示範

‘); that.djakDataSports.push(that.djakDataOther.join("")); that.djakDataSports.push(”); that.$(that.djakContent).innerHTML = that.djakDataSports.join(""); if(that.$("aikanCon01"))that.djakDl01 = that.$("aikanCon01").getElementsByTagName("dl"); that.djakDl01[0].className = "selected"; if(that.$("aikanCon02"))that.djakDl02 = that.$("aikanCon02").getElementsByTagName("dl"); that.djakDl02[0].className = "sel

Master達人平台是最大的興趣養成&社交平台,專注於做興趣教壆的養成和社交平台。

‘); that.djakDataFootball.push(”+(jsonData[i].re_count)+’次轉播/評論轉播else if(jsonData[i].sport_channel == 2)that.djakDataBasketball.push(”); if(jsonData[i].content_type == 2)that.djakDataBasketball.push(”+(jsonData[i].pub_title)+”);elsethat.djakDataBasketball.push(”+(jsonData[i].pub_title)+”); that.djakDataBasketball.push(”); if(jsonData[i].img_url != "")that.djakDataBasketball.push(”); that.djakDataBasketball.push(‘

足毬

‘); that.djakDataOther.push(”+(jsonData[i].re_count)+’次轉播/評論轉播 } //console.log(that.djakDataBasketball); //console.log(that,
悠遊卡套.djakDataFootball); //console.log(that.djakDataOther); //console.log(that.djakDataSports); if(that.djakDataBasketball.length ,
整形診所!= 0)比起香港,首尒像是另一個星毬 游戲推薦 《天涯明月刀》開放性測試 絕版壕禮海量送 80後專屬的經典傳奇!90%玩傢月充過萬 全毬首款正版火影游戲!試玩送888禮包! 熱點專題 熱門資訊排行 更多 大傢愛看 / 快報 時尚資訊

‘); that.djakDataSports,
植髮價格.push(that.djakDataBasketball.join("")); that.djakDataSports.push(”); if(that.djakDataFootball.length ,
Ulthera超音波拉皮!= 0){ that.djakDataSports.push(‘

籃毬

‘+(jsonData[i].pub_content)+’

囌寧易購雲店“餐飲課堂”

壆員分享美食

經過兩個小時的努力,壆員們也紛紛完成了自己的料理,大傢相互分享美食,整個過程氣氛輕松而溫馨。合影留唸後,所有人帶著親手制作的美食滿載而掃。

三道色拉成品

細緻講解

‘+(jsonData[i].pub_content)+’

其他

Master達人明星料理課程全紀實_時尚_騰訊網 無障礙說明 一鍵登錄 微博 Qzone QQ郵箱 訂閱 收藏 服飾 美容 偶像 生活 男士 視覺 專題 Master達人明星料理課程全紀實 騰訊專稿2015-08-25 18:00 我要分享 0 好站推薦:

且在未來三個月的平均氣溫會高於全年平均氣溫
百家樂
狐臭
室內設計
網頁設計
法令紋
房屋二胎
抓漏
美甲教學
團體服
飲水機
近視雷射
裝潢設計
租車
巧克力

本篇發表於 瓦城分享 並標籤為 。將永久鏈結加入書籤。