jEditable works great with DB. How can I get it to update non-db values properly?
Each instance of what I need edited also has an id on the page for reference
So things like <p id='titleonebox' class='editable'>Title that can be edited</p>
If I'm updating the DB I have it all figured out because I'm updating X where X is X.
However on the index page itself I have 'headers' that I want editable for each div(The divs are populated via the DB and they edit fine)
I've tried using save.php from jquery's jEditable documentation but it won't save the value when I refresh the page. Am I missing some kind of echo to index.php type of line? What would it look like?
Bookmarks