views:

93

answers:

0

I got used to Jeditable to live update things inside mssql database. But I wonder if I can update url image on page and in database.

Url image is like this "costumes/china_town/hat.png"

So once I click on image I want be able to edit "costumes/china_town/hat.png" and submit it to database once I hit enter. Then reload image on current page based on new url.

How can I accomplish this?