https://github.com/egoist/action.js
A sequence of actions you need in your web
https://github.com/egoist/action.js
Last synced: 8 months ago
JSON representation
A sequence of actions you need in your web
- Host: GitHub
- URL: https://github.com/egoist/action.js
- Owner: egoist
- License: mit
- Created: 2015-03-08T19:24:32.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2021-12-25T14:04:50.000Z (almost 4 years ago)
- Last Synced: 2025-03-09T06:58:41.731Z (9 months ago)
- Language: HTML
- Homepage: http://egoist.github.io/action.js/
- Size: 8.79 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-frontend - action.js - 极简的tip和Modal弹窗效果
- awesome-frontend - action.js - 极简的tip和Modal弹窗效果
- awesome-front-end - action.js - 极简的tip和Modal弹窗效果
README
# action.js
A sequence of actions you need in your web
Check it out [here](http://kchanzen.github.io/action.js)
```bash
$ bower install action-js
```
```javascript
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](/LICENSE).