摘要: /* * Lottery.js* version 1.0* @example Lottery(id, start, end, goods, callBack);*/var Lottery = (function() { var canvas, render2D, start, end, goods, callBack, canvasW, canvasH, timer = null, goodNum = [], flag, ... 阅读全文
posted @ 2013-11-11 16:03 风之约 阅读(6424) 评论(1) 推荐(0) 编辑
摘要: /* example** var id = document.querySelector('.needFullDom'); id.onclick = function() { window.fullScreenApi.supportsFullScreen && fullScreenApi.requestFullScreen(id); }**/(function(){ var fullScreenApi = { supportsFullScreen: false, isFullScreen: function() { retu... 阅读全文
posted @ 2013-11-11 15:53 风之约 阅读(211) 评论(0) 推荐(0) 编辑