Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mehdibo/jquery-imgedit
Small jQuery plugin to edit an inline image
https://github.com/mehdibo/jquery-imgedit
image imageupload jquery jquery-plugin
Last synced: 6 days ago
JSON representation
Small jQuery plugin to edit an inline image
- Host: GitHub
- URL: https://github.com/mehdibo/jquery-imgedit
- Owner: mehdibo
- License: mit
- Created: 2018-01-22T16:29:30.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-22T16:40:59.000Z (almost 7 years ago)
- Last Synced: 2024-10-19T01:13:22.005Z (about 2 months ago)
- Topics: image, imageupload, jquery, jquery-plugin
- Language: JavaScript
- Homepage:
- Size: 5.86 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-morocco - Jquery-imgedit - imgedit.svg?style=social)](https://github.com/mehdibo/jquery-imgedit/stargazers) - Small jQuery plugin to edit an inline image (Uncategorized / Uncategorized)
README
# jquery-imgedit
This is a small plugin to edit an inline image, what does this plugin do is make an image editable by clicking on it and uploading a new one with a preview (it replaces the original clicked image) then the plugin adds a file input to the target form.# Example
the `index.html` page shows a simple example# Documentation
First you need to load the jQuery library and then the **imgEdit** plugin.``
then add this code
$("YOUR IMG TAG SELECTOR").imgEdit({
inputName : "THE CREATED INPUT'S NAME",
form : "THE TARGET FORM WHERE THE INPUT WILL BE CREATED",
});
# Contributing
All contributions are welcome