文件名称:a.js:我的 JavaScript 库
文件大小:5KB
文件格式:ZIP
更新时间:2024-06-20 15:54:35
javascript animations JavaScript
a.js 简约的 Javascript 库 这个 Javascript 库非常简约,旨在仅用 1-3 行来管理页面或做一些更密集的事情。 用法示例: $ . ready ( function ( ) { // This is executed when the document is ready. // Get an element var elm = $ ( "#id" ) ; // Set the contents of the entire body tag $ ( "body" ) [ 0 ] . set ( "
It works!
" ) ; // Set the color of an h1 tag $ ( "h1" ) [ 0 ] . style . color = "#f00" ; // Append content to th【文件预览】:
a.js-master
----a.easing.js(3KB)
----ajax.html(935B)
----License(1KB)
----a.js(3KB)
----a.anim.js(3KB)
----post.php(71B)
----README.md(1KB)