Home

Awesome

action.js

A sequence of actions you need in your web

Check it out here

$ bower install action-js
action.showModal('modal') # Specific an id to show off
action.closeModal()
action.showTip('hi') # Give a message as tip
action.closeTip() # Tip is automatically closed in 4s, so this might not be a must

License

MIT.