2024年 5月
 12345
6789101112
13141516171819
20212223242526
2728293031  

近期发布

近期评论

    2024 年 5 月 17 日

    Neusofts

    科技改变生活,创新引领未来

    Humane JS

    Humane JS 是一个简单、现代、无需其他框架支持的网页上的提醒库,使用 CSS 进行定制,支持手机使用。

    在线演示:http://wavded.github.com/humane-js/

    注:不支持 IE6

    调用示例:

    humane.log("Welcome Back")
    humane.log("Record 392 has been updated")
    humane.log(["List","of","Items"])
    humane.log("Callback when finished", function(){ document.body.style.backgroundColor="#a66000" })
    humane.log("Options can be passed", { timeout: 4000, clickToClose: true, addnCls: 'humane-error' })