On Mar 14, 2007, at 9:12 PM, Agrawal, Ritesh wrote: > I am using Mika Tuupola's edit in place script > (http://www.appelsiini.net/~tuupola/javascript/jEditable/) . It workes > fine..but I have some trouble in extending it. Actually I want to > update two > divs when user is done with editing. But I am not sure how I can do > that > with jeditable..
I clearly need do the "callback" or "onsuccess" option that has been in my TODO list for a while. In the meanwhile you can try the possibility of passing an function name instead of uri to jEditable. This function can do submitting and updating of the other div. There is small example in the end of this page (search for "Passing data to function instead of URL"): http://www.appelsiini.net/~tuupola/382/in-place-editing-with-selects -- Mika Tuupola http://www.appelsiini.net/~tuupola/ _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
