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' })
近期评论