jquery-image-upload
v1.2.0
Published
A jQuery plugin that adds controls to the selected jQuery elements with a simple call.
Downloads
4
Readme
jQuery Image Upload
A jQuery plugin that adds controls to the selected jQuery elements with a simple call.
Example
// initialize image upload
$(".image").imageUpload({
formAction: "/upload"
}).on("imageChanged", function () {
console.log("Changed the src");
});
Available on CDN
This library is available on CDNJS.
Documentation
Options
Events
The plugin emits the following events:
How to contribute
- File an issue in the repository, using the bug tracker, describing the contribution you'd like to make. This will help us to get you started on the right foot.
- Fork the project in your account and create a new branch:
your-great-feature
. - Commit your changes in that branch.
- Open a pull request, and reference the initial issue in the pull request message.
License
See the LICENSE file.