文件名称:core.js:关注 dom 句柄的最小库
文件大小:17KB
文件格式:ZIP
更新时间:2024-06-25 05:06:41
JavaScript
核心.js 与 jQuery/Zepto API 兼容的轻量级 JSlib 用法 全球 < script src =" dist/core.js " > </ script > 使用凉亭 $ bower install core.js 应用程序接口 HTML/文本/值 文本() text() ⇒ string text(content) ⇒ self html() html() ⇒ string html(content) ⇒ self 值() val() ⇒ string val(value) ⇒ self 节点操作 等式() $('li').eq(0) //=> only the first list item $('li').eq(-1) //=> only the last list item 得到() get() ⇒ array
【文件预览】:
core.js-master
----.jshintrc(637B)
----.gitignore(582B)
----package.json(751B)
----src()
--------event.js(5KB)
--------ajax.js(1KB)
--------core.js(10KB)
----.travis.yml(37B)
----gulpfile.js(1KB)
----dist()
--------core.min.js(7KB)
--------core.js(16KB)
----LICENSE(1KB)
----README.md(2KB)
----bower.json(375B)
----test()
--------core.test.js(178B)