I want an jquery inline editor that can be placed at more than one place and onclick one should be able to convert image to an image uploaded for eg if there is an image , and user clicks on the image it should show user an image uploader I did this with simple javascript but problem i am facing is it is not that stable like if i upload image twice and other stuffs. Do someone knows of plugin that does this. It should be ajax based
2 Answers
Try to use Jeditable plugein to Jquery Framework
Here you can find the life example of file upload: http://www.appelsiini.net/projects/jeditable/custom.html
8 Comments
June
But it doesnt make image editable... I want to be able to click on images and change them into uploader. the one you showed is for text, Badly struck at this problem
Evgeniy Labunskiy
Follow my link and look better, there is Ajax File Upload examples there. Click on "edit me!" text and the magic will heppen :)
Evgeniy Labunskiy
You are welcome! The inline edit action depent to click on item with some class or id. Just add the id to your img (and change the binding at jeditable function) and inline form will showw an img click
June
can it also display rich text editor? i mean on click of text depict rich text editor instead of normal edit
Evgeniy Labunskiy
yes, you can do it. also with jedibable. appelsiini.net/2008/9/wysiwyg-for-jeditable
|