$(document).ready(function() { var tempStage; //if (Storage.get('showStage')) { // tempStage = JSON.parse(Storage.remove('showStage')); // (new Gallery()).initShow(tempStage.name, tempStage.data); //} else { // (new Gallery()).initShow(Storage.getWithDefault('lastStage', 'intro12306')); //} (new Gallery()).initShow('intro12306'); //HACK 解决chrome34核中蛋疼的弹出层滚动条bug setTimeout(function() { $("div.wrap").css("height", "371px"); }, 10); });