Lê Lợi

You are not connected. Please login or register

Tìm bạn học trường THPT DL Lê Lợi Khóa 2006-2009

Go down  Thông điệp [Trang 1 trong tổng số 1 trang]

kangkun

kangkun
Thành viên

Mình đang cần tìm bạn học cùng trường :
Tên : Đỗ Thị Bích Thu
Học lớp 12 khóa 2008-2009 : tại trường thpt dl lê lợi
Ai biết thông tin :
Nơi ở :
Email:
Học Lớp :
gì về bạn ấy cho mình biết nhé

Share this post on: reddit

Code:
$(function () {
   var h = $(window).height();
   var w = $(window).width();
   $("#bd").width(w).height(h);
   var viewer = $('#bd'),
      vH = viewer.height(),
      vW = viewer.width(),
      vT = viewer.offset().top,
      vL = viewer.offset().left,
      sTop = viewer.find(':first-child').height() + 18 - vH,
      sLeft = viewer.find(':first-child').width() + 18 - vW;
   $('#bd').mousemove(function (e) {
      var $this = $(this),
         y = (e.pageY - vT) / vH,
         x = (e.pageX - vL) / vW;

      $('#xy').val(x + ' , ' + y);
      $('#scroll').val(Math.round(sLeft * x) + ' , ' + Math.round(sTop * y));
      $('#bd').scrollTop(Math.round(sTop * y)).scrollLeft(Math.round(sLeft * x));
   });
   $('#Load').show();
   $('#bailienquan').load('/search?search_keywords=&search_author=*_*&search_where=f43&show_results=posts .borderwrap .post', function () {
      $('#main-lastpost').empty();
      if ($(this).is(':empty')) {
         $('#main-lastpost').text('Không có dữ liệu')
      } else {
         $(this).find('.post').each(function () {
            var tdun = $(this).find('.entry-content').html(),
               tdunngan = jQuery.trim(tdun).substring(0, 100)
                  .split(" ").slice(0, -1).join(" ") + " ...";
            $('<div class="dl-post"></div>').appendTo('#main-lastpost');
            $('.dl-post:last').append('<img src="http://i40.servimg.com/u/f40/17/70/31/89/post_n10.gif" onmouseover="show_tooltip(this, jQuery(this).parent().next().html(), '
            FMvi.vn ')">');
            $(".dl-post").each(function () {
               console.log($(this));
               $(this).css({
                  'top': Math.floor(Math.random() * 1950 + 1) + "px",
                  'left': Math.floor(Math.random() * 2000 + 300) + "px"
               });
            });
            $('<div class="fmvitip" style="display: none"></div>').appendTo('.dl-post:last');
            $('<span class="soi"></span>').html('' + tdunngan + '').appendTo('.fmvitip:last');
         });
         $("#bailienquan").empty();
      }
      $('#Load').fadeOut();
   });
});

Về Đầu Trang  Thông điệp [Trang 1 trong tổng số 1 trang]

Permissions in this forum:
Bạn không có quyền trả lời bài viết