JM icon indicating copy to clipboard operation
JM copied to clipboard

面向Mobile的极致JavaScript库

Results 4 JM issues
Sort by recently updated
recently updated
newest added

#myButton{ } .word{ position: relative; width: 100%; margin: 50px auto 0; } #word1{ font: 50px/1.5 '\5fae\8f6f\96c5\9ed1',Tahoma,sans-serif; position: absolute; opacity: 0; } #word2{ margin-left: 80px; position: absolute; opacity: 0; top: 160px;...

各个模块之间的耦合程度比较高,导致grunt合并出来的文件无法直接调用...

``` matchesSelector:function(ele,selector){ if(!ele || !selector) return; var matchesSelector = ele.webkitMatchesSelector || ele.mozMatchesSelector || ele.oMatchesSelector || ele.matchesSelector; if(matchesSelector) return matchesSelector.call(ele,selector); var list = this.$(selector); if(J.indexOf(list,ele) > 0) return true; return false;...