Skip to content
A sequence of actions you need in your web
HTML CoffeeScript JavaScript CSS
Find file
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Failed to load latest commit information.
lib prototype
src prototype
.gitignore
LICENSE Initial commit
README.md
bower.json
gulpfile.coffee
index.html prototype
package.json
test.coffee prototype
test.js prototype

README.md

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.

Something went wrong with that request. Please try again.