update div after jeditable submit in rails
Posted
by nvano
on Stack Overflow
See other posts from Stack Overflow
or by nvano
Published on 2010-03-17T12:00:18Z
Indexed on
2010/03/17
12:21 UTC
Read the original article
Hit count: 438
i want to submit the text from jeditable, store it in the database and then i don´t want to render the updated text back to jeditable field, i want to update the whole div in which the jeditable field (and maybee other text fields) is.
f.e.
i change the username via jeditable inplace editor, then i store the changes in the db and now i want to update the complete div which contains the username (in place editor) and also other divs, cause after the username changes, the email changes, too.
© Stack Overflow or respective owner