Questions tagged [jeditable]

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

Jeditable is a jQuery plugin that allows users to edit page contents "in place". Contents can be edited using plain textfields, textareas, comboboxes and jQuery Datepickers (as an extension,not natively supported).

Project page: http://www.appelsiini.net/projects/jeditable

GitHub page: https://github.com/tuupola/jquery_jeditable

511 questions
4
votes
1 answer

DataTable + JEditable + AutoComplete(BAssistance) + Server Side Processing

After almost struggling for a week I have been able to make DataTable + JEditable + AutoComplete(BAssistance) with server side processing using Json to work. I thought it would be useful to somebody out there. $(document).ready(function() { …
Bkak
  • 59
  • 1
  • 5
4
votes
5 answers

jeditable accidentally triggering on Draggable on nested items

I'm using jquery-ui's draggable for drag-and-drop, and jeditable for inline editing. When I drag and drop an element that's also editable, right after it's dropped jeditable kicks in and pops into 'edit mode'. How can I disable this behavior? Edit -…
ripper234
  • 222,824
  • 274
  • 634
  • 905
4
votes
3 answers

How can I make Jeditable use the Bootstrap button classes for Ok/Cancel?

I know that I can style the "Ok" and "Cancel" buttons created by Jeditable with a css file like this: form.editable > button { color : #F00 } I want Jeditable to use the existing Bootstrap classes btn btn-danger and btn btn-success. I know I can…
John Shedletsky
  • 7,110
  • 12
  • 38
  • 63
4
votes
1 answer

add css class to jeditable input field

How can i add a simple class tag to a jeditable input field? On the developer's website (http://www.appelsiini.net/projects/jeditable), under "How to style elements?", he says this can be done this…
Mariano
  • 221
  • 1
  • 4
  • 14
4
votes
2 answers

Is there anyway to in jeditable to removing submit button when using select

Can you have a jeditable select that submits on selecting the dropdown (instead of needing the extra 'submit' ok button.
leora
  • 188,729
  • 360
  • 878
  • 1,366
4
votes
3 answers

jeditable performance in IE

I am seeing very poor page set-up time in IE using jeditable. The page has a table in which each row has 13 span elements to which jeditable is applied as follows: $(document).ready(function() { $('#entry_pl span.ples').editable('my_xhr.php',…
user213154
4
votes
1 answer

jquery jeditable pass multiple values

Alright totally new to jeditable, Say I have some
's and items that are generated dynamically with PHP like this: fetch_assoc($query)) : ?>
Scott
  • 823
  • 4
  • 11
  • 21
4
votes
6 answers

Working example of jeditable and autocomplete working together

I see a lot of google posts on this but all seems to be talking about how this is in progress. Does anyone know of a working version of jeditable and autocomplete functionality working together so i can click on text and get a textbox and have…
leora
  • 188,729
  • 360
  • 878
  • 1,366
4
votes
1 answer

how to get to the value of manipulated dom element using _this_ Jeditable?

This is a Continuation of Jeditable: how to set parameters based on dom element attributes Please respond here.. this is my 'real' account.. I'm trying to assign different parameter values to different divs on which I have enabled the jQuery plugin…
mikkelbreum
  • 3,021
  • 9
  • 38
  • 41
4
votes
2 answers

Jeditable Async revert on error

I have been using the JEditable plugin for JQuery and I would like to return errors to the plugin to instruct it to revert to the previous value and also display an error to the user. I have this working using a synchronous ajax call but I would…
madcapnmckay
  • 15,782
  • 6
  • 61
  • 78
3
votes
1 answer

Does a PageDown plugin exist for Jeditable?

I am using the jQuery inline editing plugin Jeditable. Thankfully, Jeditable provides a plugin capability for extending the out of the box inline editing it provides. I am hoping to not reinvent the wheel-- as such does a PageDown plugin already…
ahsteele
  • 26,243
  • 28
  • 134
  • 248
3
votes
1 answer

Jquery ui with Jeditable

I am trying this code: