blob: b2a98239bbedc05f7294d26e26bb3e895cee5597 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
jQuery Impromptu
================
About
-----
- Author: [Trent Richardson][author]
- Documentation: [http://trentrichardson.com/Impromptu/][documentation]
- Twitter: [@practicalweb][twitter]
- eBook: [Impromptu - From I to U][ebook]
[author]: (http://trentrichardson.com)
[documentation]: http://trentrichardson.com/Impromptu/
[twitter]: http://twitter.com/practicalweb
[ebook]: http://sellfy.com/p/IrwS
Use
---
- Include jQuery and Impromptu into your page ([production version][jsmin] or the [development version][jsmax])
- Add the CSS file or copy it to your CSS ([production version][cssmin] or the [development version][cssmax])
- call using $.prompt('hello world!');
- Visit the [Impromptu Documentation](http://trentrichardson.com/Impromptu/) for MUCH more advanced usage
[jsmin]: dist/jquery-impromptu.min.js
[jsmax]: dist/jquery-impromptu.js
[cssmin]: dist/jquery-impromptu.min.css
[cssmax]: dist/jquery-impromptu.css
Contributing
------------
jQuery Impromptu uses Grunt to automate the build, lint, minification.
- Checkout the dev branch
- Follow the [contributing instructions][contributing]
[contributing]: CONTRIBUTING.md
License
-------
Copyright 2011 Trent Richardson
Licensed under the [MIT][mitlicense].
[mitlicense]: MIT-LICENSE.txt
|