# jQuery-Impromptu **Repository Path**: jsuk/jQuery-Impromptu ## Basic Information - **Project Name**: jQuery-Impromptu - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-05-06 - **Last Updated**: 2020-12-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 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