1

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 2

2

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

Sign up to request clarification or add additional context in comments.

8 Comments

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
Follow my link and look better, there is Ajax File Upload examples there. Click on "edit me!" text and the magic will heppen :)
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
can it also display rich text editor? i mean on click of text depict rich text editor instead of normal edit
yes, you can do it. also with jedibable. appelsiini.net/2008/9/wysiwyg-for-jeditable
|
1

Unfortunately ajaxupload.js and jeditable.ajaxupload.js does not work with jquery 1.5+ since ajaxupload is using an internal jquery function (jQuery.handleError) which is not part of jquery any more (don't use internal and undocumented functions :-).

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.