• This project
    • Loading...
  • Sign in

fe / YOHOBUYPC · Files

Go to a project

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Pipelines 0
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 2
  • Members
  • Labels
  • Wiki
  • Forks
  • Network
  • Create a new issue
  • YOHOBUYPC
  • web-static
  • js
  • guang
  • right-side.js
  • guang index
    78f30eb8
    by xuqi
    2015-12-15 16:49:11 +0800  
    Browse Files
right-side.js 224 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13
/**
 * 右侧栏文字截取js
 */
var $ = require('yoho.jquery'),
    lazyLoad = require('yoho.lazyload');

require('yoho.dotdotdot');

$('.ex-reco-context').dotdotdot({
    wrap: 'letter'
});

lazyLoad($('.ads img.lazy'));