Sweet Modal Plugin for jQuery
npm install sweet-modalalert, confirm, prompt and Modal - only better!
Install SweetModal through bower or npm:
npm install sweet-modal
bower install sweet-modal
You can also install it manually by downloading a release archive.
Reference these files in your HTML:
``html`
For examples, refer to the demo page.
SweetModal should work in most major browsers:
- IE11
- Safari 6+
- Firefox 4+
- Chrome 20+
- Opera 15+
- Microsoft Edge
1. Fork the repository
2. Install grunt-cli, browserify and coffee-script globally via npmnode server
3. Run and grunt watch in two separate terminal tabs while developing. You can reach the example site for development at http://localhost:5000grunt` command and commit your work for a pull request.
4. When you're done, run one final
- tabs for indentation, 1 tab = 4 spaces
- no inline JavaScript in CoffeeScript files
- camelCase function names
- _camelCase for private functions
- no curly brackets for objects
- always brackets around function calls, except typeof
- document your functions!