shanghaiwhatbuzz
$(document).on('tap','#list li',function(e){ $("h2.title").find("b").html($(this).find("b").html()); $("h2.title").find("span").html($(this).attr("data-tab")); $(".titBox p.pinyin").html('[ '+ $(this).attr("data-ftitle") +' ]'); $(".titBox p.info").html($(this).find("span").html()); $("#lastTime").val($(this).attr("data-time")); $(".nrBox").show(); var nrDivH = $(".nrDiv").height(); var marH = $(".bot").height(); var infoH = $(".titBox").height(); $(".details").height(nrDivH - infoH - (marH*2) - (infoH*0.09)); var myScroll2 = new fz.Scroll('.details', { scrollY: true }); })