I have a div that I\'m turning into a jEditable control with code like this: $(\".ed-fld\").editable(\"/url\",
EDIT: I\'m getting the object {\"readyState\":1}. Why is that? How can I return the result from the $.post (i.e. the object {\"result\":\"ERROR\"}开发者_开发知识库).
i\'m using jeditable and I have nested elements all binded to jeditable. Problem is when I click on a nested element the click event gets triggered on the top most parent. How can I avoid this ?
I need the jeditable plugin to update the ProductName in the database when it gets edited. As of right now the ProductName only updates on the page. I didn\'t install this plugin so I\'m not familiar
having a bit of trouble with jeditable plugin for jquery and was hoping someone wiser than myself can help.
I am using jeditable to edit form and stuck at custom form submit to server. There is product description box I need to edit. when some click edit it pops-up a window with product description in edi
Apologies for the bad wording of the question but its pretty straight forward. I\'m sending some paramaters across to the rails application as such
This is a really strange one. I\'ll let the code do the talking. var update_address = location.href+\"/update.json\"
I am having the sort of same cache problem, and couldn\'t get it fixed with above solution. I am using Symfony 1.4, JQuery and JEditable.
I\'m new when it comes to datatables and jeditable. Right now I\'m trying do use jeditable on my datatables but it wont work all the way.