Trying to make jeditable to edit multiple links, and update results onsubmit function inlineEditData(linkId){
I have a JSP page that builds a screen based on table data from my servlet.I\'m using display tag to format the table data, and jquery.jeditable to make certain cells editable to th开发者_开发问答e us
Im using the jeditable jquery plugin. i have multiple separate ediatable areas, so when an edit button is clicked i want the relevant editable area to be in edit mode.
I have a Jeditable element, which starts out as a text-editable element. However, based on user choice, I would like to change this to a select type. Is this possible?
I\'m using jeditable 1.7.1 and what I\'m trying to do is reset the form with a custom value. So for example, if the user clic开发者_运维问答ks outside of the form (triggering the reset) I want to be a
maybe I\'m just not smart enough. I started working with jeditable and it works fine, but I\'m stuck for hours now.
I have a field being updated by jeditable. I want to output a warning message before submitting updates if the value is being reduced (which would result in data being lost), but not if it\'s being in
how can we implement a multip开发者_运维百科le event in jeditable, i want to bind two events for a certain div, like dblclick and Enter key
I need an inline format hat consists of one text area and one text box. I decided to write a custom type for Jeditable using the following code:
How can i combine the following with a delegate in jQuery? I have a #commentContainer surrounding all the edit开发者_高级运维able elements, and I am dynamically adding editable fields (Jeditable). th