2024 年 7 月
1234567
891011121314
15161718192021
22232425262728
293031  

近期发布

近期评论

    2024 年 7 月 27 日

    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' })