Skip to content

tianxiangbing/resize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

resize

针对div 的resize事件实现。兼容ie10+和chrome

npm

npm install --save jsresize

使用方式

    import EleResize from 'jsresize
    EleResize.on(document.getElementById('div'), function(arg){
        //todo
    }