JEditable, how to handle a JSON response?
Posted
by Sam3k
on Stack Overflow
See other posts from Stack Overflow
or by Sam3k
Published on 2010-02-08T18:05:31Z
Indexed on
2010/05/04
2:08 UTC
Read the original article
Hit count: 327
Right now, The Server response and working with sends back a JSON response like this:
{"status":1}
After saving, jeditable places the actual response: {"status":1} on the page. Anyway to get around this issue
© Stack Overflow or respective owner