-
Notifications
You must be signed in to change notification settings - Fork 534
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
大家可以在这里提交建议 #1
Comments
拜读mass.js,innerDefine偷换scope做的高明啊,这都咋想的啊,佩服 |
不明白作者为什么用loop标签这种形式,感觉用以上方式可读性更强一些 |
是的,整体感觉mass用了过多的晦涩的写法,作者有点炫技的意思 On Tue, Apr 29, 2014 at 11:26 PM, ZeZheng Li [email protected]:
|
attr模块
|
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript" src="..\mass.js"></script>
< script type = "text/javascript" >
require(["/node", "/attr"], function() {
var aaa = $('#sElm').val();
})
< /script>
</head>
<body >
<select id="sElm">
<option value="test">aaaa</option>
</select>
</body>
</html> |
attr模块,那个是最近从avalon里更新过来,忘了参数,已修正 |
比如你做一个插件,可以写在这里来。或者发现某个模块发了BUG,或者有什么改进的好建议!
The text was updated successfully, but these errors were encountered: