Skip to content

egoist/action.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.