jeditable callback has empty values //OR// How to display edited text after clicking save button?

后端 未结 2 939
慢半拍i
慢半拍i 2021-01-21 10:50

I have following code which attached and launches the editable properly on the div elements in the HTML table. the table is generated via ajax call. I am able to update the back

2条回答
  •  刺人心
    刺人心 (楼主)
    2021-01-21 11:50

    resolved: the way it works is: the ajax call of the function has to return something, which you can parse using the callback function. so once my ajax call started to spit out data. i was good.

    tx all.

提交回复
热议问题