AnanthaKN / jquery-in-place-editor

Automatically exported from code.google.com/p/jquery-in-place-editor
Other
0 stars 0 forks source link

The script doesn't save anything. #137

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hello,

I downloaded the latest version (2.2.1) of this great script, integrated it in 
my website and then discovered that it doesn't work at all.

I can click on text and edit it but the script doesn't call url: and doesn't 
save anything.

Your demo doesn't work either:

http://jquery-in-place-editor.googlecode.com/svn/trunk/demo/index.html

Works only editing but the script doesn't send any request to the "url". 

If you don't believe, check the"#editme2". It contains saving_image: 
"./images/ajax-loader.gif" but it doesn't display any image.

I downloaded an old version from 
http://davehauenstein.com/code/jquery-edit-in-place/example/
and it works without any problems. I would like to keep it but don't know how 
to force the script not to ignore newlines. Newlines problem described here:
http://code.google.com/p/jquery-in-place-editor/issues/detail?id=95
and solution is available only for new versions of the script.

Does anyone knows why the script doesn't send request to save the edited text 
and why this website contains demo that doesn't work?

Thanks.

Original issue reported on code.google.com by lorelos2...@gmail.com on 14 Feb 2014 at 11:17