Top "Jeditable" questions

Jeditable is a jQuery plugin that allows users to edit page contents "in place".

How to Enable/Disable JEditable

SOLUTION Thanks to Arman's P. proof of concept, finally got it to work with my site. CODE //Edit Note $(function(){ …

javascript jquery jeditable
JQuery JEditable - How to Add A Visible Edit Me Button?

i love this plugin but the reality is that most people won't realize at first that they can click on …

javascript jquery jeditable user-experience
jEditable: Display Option Text (and not Value) after submit

I'm using jEditable on a Select list. It works beautifully, except for the following issue. jEditable displays in place whatever …

select jeditable roundtrip
Why is my jQuery jEditable, edit-in-place callback not working?

I am using a jQuery jEditable edit-in-place field but when the JSON function returns and I try to return a …

jquery ajax json jeditable inline-editing