码迷,mamicode.com
首页 > 其他好文 > 详细

shanghaiwhatbuzz

时间:2015-05-21 12:11:39      阅读:174      评论:0      收藏:0      [点我收藏+]

标签:

$(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
    });
  })

 

shanghaiwhatbuzz

标签:

原文地址:http://www.cnblogs.com/wallaceyuan/p/4519064.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!