Skip to content

nutteam/nut.utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
Nov 5, 2015
Aug 10, 2015
Aug 10, 2015
Nov 5, 2015
Oct 26, 2015
Oct 26, 2015

Repository files navigation

工具库

  • ABTest
  • Affix

ABTest

使用示例:

ABTest('you abtest name')
// standard,only one
.standard(function() {

})
// variant,one or more
.variant(function() {

})
.variant(function() {

})
// start the A/B test
.start();

Affix

polyfill for position:sticky 使用:直接引用affix.js

Releases

No releases published

Packages

No packages published