农资与市场电子杂志展示          $(function() { //single book $('#book').booklet({ width:920, height:607, speed: 1500, manual: false,// overlays: false, keyboard: true, hovers: false,// next: '.next', prev: '.prev' }); $(".main").hover(function(){ $('.arrow').fadeIn("slow"); },function(){ $('.arrow').fadeOut("slow"); }); $('#catalog').click(function(e){ e.preventDefault(); var i=parseInt(document.getElementById('catalog_num').value)-1; $('#book').booklet(i); //go to page 6 }); $(".pager").each(function(index){ var url = $(""); $(this).dialog({ width:'500px',height:'300px',content: url,lock:true,title:'预览页面' }); }); });   #leftBar,#rightBar{ width:30px; height:607px; display:block; line-height:607px; margin:0 5px; float:left; position:relative; } #leftBar a,#rightBar a{ width:30px; height:607px; display:block;} #leftBar a{ position:absolute; right:-15px; z-index:99999;} #rightBar a{position:absolute; left:-15px; z-index:99999;} #leftBar img,#rightBar img{ margin-top:300px;}         上一页      下一页    总91页