Tagged Questions

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

learn more… | top users | synonyms

12
votes
5answers
5k views

Ruby on Rails and jeditable (jquery)

Has anyone gotten the jquery plugin jeditable to run properly in a Rails applications. If so, could you share some hints on how to set it up? I'm having some trouble with creating the "submit-url". ...
10
votes
6answers
4k views

how to get out of jquery (jeditable) mess

I am not very good at jQuery but decided to use jEditable plugin for my site because I thought it looked good and solved the purpose. However, I am in a bit of a tangle now. I used this plugin to ...
8
votes
4answers
2k views

jEditable - Activate edit of X by clicking on Y

I'm trying to use jEditable as an inline editing solution. The default behavior (click on the element to edit it) works quite well, but I would like to activate an element by clicking on another ...
6
votes
3answers
2k views

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 the text to edit. Ideally, it would be nice to add a Button next to the text or a simple [Edit] ...
6
votes
5answers
8k views

Jeditable with jQuery UI Datepicker

I need to have a click to edit element on a page, that will in turn invoke an instance of the jQuery UI Datepicker. Currently, I'm using JEditable to provide the in place editing, which is working ...
5
votes
2answers
525 views

Jeditable to edit a link. Help

I have been playing around with jeditable for 2 days now, and it's great! But I got a little problem, I have a link which should be editable, but whenever the field become editable, I can't edit that ...
5
votes
3answers
2k views

Tab key with JEditable fields

I have a page using JQuery and Jeditable to create editable text elements on the page. While editing an element, I would like to be able to tab from one element to the next. I am unsure of how to: ...
4
votes
2answers
906 views

Make TinyMCE Work Properly with JEditable

I'm using the Edit-in-Place JQuery plugin, JEditable: http://www.appelsiini.net/projects/jeditable. I would like to use TinyMCE when editing, so I found some extra script to make it work: ...
4
votes
1answer
319 views

invoke cancel on jeditable

is there a way to invoke "cancel" on a jeditable area from an external call? (instead of clicking cancel) - basically to close the textarea.
4
votes
5answers
471 views

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 ...
4
votes
4answers
2k views

Validate Jeditable field

I'm using Jeditable (posting to CakePHP) for input on my page. I want users to only fill in numbers in the Jeditable fields, so my idea was to also use the jQuery validation plugin to validate if only ...
4
votes
1answer
776 views

jeditable textbox width

is there anyway to make the textbox bigger than the text when using inline replace with jeditable. I want to give the user room to add new text on top of the existing text.
3
votes
1answer
67 views

Jquery ui with Jeditable

I am trying this code: <script type="text/javascript"> $(document).ready(function() { $('.edit').editable('http://www.example.com/save.php', { indicator : 'Saving...', ...
3
votes
0answers
197 views

Jeditable and jQuery UI Datepicker onblur cancel not working with showOn button option

I have configured datepicker to activate as following $(function () { $(".editable_datepicker").click(function (event) { $(this).editable('ajax_save.php',{ id : 'id', ...
3
votes
2answers
146 views

CSS / jQuery - Limit the number of characters for all dynamically generated textbox

I am using jEditable for inline edit, so when user double click a text, it will turns into a textbox. I need to limit the number characters users can enter into the textbox, but since the textbox is ...
3
votes
1answer
134 views

jeditable propagation

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 ? ...
3
votes
1answer
223 views

add jeditable fields to a delegate in jquery

How can i combine the following with a delegate in jquery? I have a #commentContainer surrounding all the editable elements, and i am dynamically adding editable fields (jeditable). the editing ...
3
votes
1answer
235 views

Serialize form in a “hash format”

In the documentation of jeditable for the submitdata param (a parameter to include some extra params in the ajax request) it is said: (Mixed) submitdata: Extra parameters when submitting ...
3
votes
2answers
282 views

css for inline editing

I am trying to make a form that has inline editing (using jEditable) and I am struggling with the CSS. I want it to look moderately usable, and there seem to be two areas that I am trying to clean up: ...
3
votes
2answers
532 views

Making JEditable work on new elements (.live)

I'm using the JEditable plugin for in-place editing. I have a "setup" function which calls .editable() on all the relevant classes. The problem is, I have newly appended elements which I'd like to ...
3
votes
1answer
278 views

How to preserve user input data when Jeditable ajax post fails

I'm using Jeditable in order to post some textarea data to the server. When an ajax post fails for some reason (network problem, server error etc.) it is necessary to leave the form visible and ...
3
votes
3answers
760 views

JQuery JEditable - How to Disable on click editing

I was wondering if you can stop text being editable on click? I have a separate edit button to make the text editable and that's the only way that I want the user to be able to edit the text, so want ...
3
votes
0answers
1k views

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 ...
3
votes
1answer
477 views

Can jQuery UI's Sortable handle complex selectors for the items option?

I have list items in an unordered list that when double clicked, can be edited in place via a wysiwyg editor. $('ul.mtm_section').sortable({ disabled: true, distance: 10, items: '> ...
3
votes
7answers
651 views

Jeditable inserts extra spaces around the text in text area

Jeditable is inserting extra spaces around the actual text in a text area for me when I click to edit some text. How do I trim this or actually fix this?
3
votes
1answer
455 views

Trying to integrate Jeditable+MarkItUp and Thickbox/Lightbox

I've managed to successfully integrate MarkItUp with Jeditable based on the instructions on those two sites. What I would really like to do, however, is to have the Jeditable/MarkItUp editing window ...
3
votes
3answers
500 views

Is it possible to have jeditable popup instead of inline

i have a html table. there are a lot of columns to fit in, many columns are showing images to represent the data. I have been using jeditable to allow users to click on the image and choose from a ...
3
votes
5answers
3k views

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 ...
3
votes
2answers
2k views

Using jEditable with ASP.NET MVC (POSTing)

I understand that with jEditable (http://www.appelsiini.net/projects/jeditable) you can do in-place editing and POST the changed information to a URL. My ASP.NET MVC view is displaying a bunch of ...
3
votes
3answers
1k views

JQuery JEditable stay in edit mode on error

I'm successfully using jeditable to submit via a function using jQuery.ajax and the async : false option , but am having an issue aborting if an error is returned. How can I get the edit box to stay ...
2
votes
1answer
57 views

Adding a custom plugin to tinyMCE

I am using asp.net, i have added tinyMCE editor to my page. I want to add a custom plugin to TinyEditor that display a drop down list with some variable. And on selecting a variable from variable list ...
2
votes
1answer
81 views

jEditable submit on TAB as well as ENTER

My jEditables work fine as long as the user hits ENTER to leave the input. If the user hits TAB, however, the changes are not posted. This is the correct and documented behavior. I'd like TAB to ...
2
votes
1answer
215 views

Having issue with jEditable

Problem with jeditable. Want to change user information on the fly but it doesn't work: during debugging it shows POST to change.php ok, no error, no success. Where am i wrong? My code (index.php) ...
2
votes
1answer
348 views

Can jquery(.jeditable) be used to automatically drop down a select list?

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 the user. One of ...
2
votes
2answers
352 views

Jeditable - Show Original Value After Submit

When I use jeditable in a table cell after the cell value is edited the value of the cell is changed with the value coming from the server: I mean is the cell is <td>old Value<td> and ...
2
votes
4answers
1k views

jeditable and rails 3

I'm trying to use jeditable with my rails 3 apps. I would like to edit some fields inline. Actually it's working on my client side but the data isn't updated in my app. Could you take a look? Thanks ...
2
votes
1answer
635 views

Special characters decoded in my textarea (using an edit in place jQuery plugin)

I'm trying tu use Jeditable to edit inline some content put in textareas. So, I call the script files: <script src="js/jquery.jeditable.js"></script> <script ...
2
votes
1answer
521 views

jeditable in an ASP.NET web form

Can someone explain to me how you would use jeditable with an ASP.NET web form (and C# codebehind). I've got a bit of experience with web forms but not very complicated stuff, and haven't used much ...
2
votes
2answers
1k views

How to programatically select all text inside a TinyMCE editor

I'm looking for a way to programatically select all the content inside a TinyMCE editor instance. The reason I need this is that I'd like it if all the text inside the editor was selected, as soon as ...
2
votes
2answers
1k views

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 value from my edit-in-place callback all I get is a flash of You can see this here... ...
2
votes
1answer
600 views

jEditable - Submit a Form

I'm pretty new to Jeditable and I was wondering if there is a way to generate and submit a custom form with multiple fields instead of just one field? I've taken a look at this tutorial for some ...
2
votes
1answer
2k views

jquery validation plugin: “b is undefined”

I'm using: jQuery validation plug-in 1.6 * http://bassistance.de/jquery-plugins/jquery-plugin-validation/ with the latest version of jQuery. I'm also using Jeditable 1.7.1 When I "inline edit" ...
2
votes
3answers
931 views

Is there a jQuery jEditable Multi-select plugin?

I'm using the excellent jEditable plugin for some in-place editing on my page. There is one spot I need a multiple select element. Is there a jEditable plugin that allows me to do this? I've been ...
2
votes
1answer
1k views

jquery jeditable pass multiple values

Alright totally new to jeditable, Say I have some <div>'s and <input type='hidden' /> items that are generated dynamically with PHP like this: <?php while($row = ...
2
votes
1answer
2k views

Jeditable CANCEL callback from AJAX callback?

I see some answers for the Jeditable plugin to use a callback function from AJAX using complete callback function. I know that the Jeditable has a callback function for the SUBMIT button, so I would ...
2
votes
2answers
2k views

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 ...
2
votes
3answers
1k views

Jeditable inserts 'Click to edit' after saving?

My code is: $(document).ready(function() { $('.post_title').editable('editposttitle.php', { cancel : 'Cancel', submit : 'OK', indicator : 'Saving...', ...
2
votes
4answers
4k views

Problems using jeditable and autogrow

I work on a Webproject using jQuery and CakePHP. I use jeditable as an inplace edit plugin. For textareas I extend it using the autogrow plugin. Well, I have two problems with this: First, autogrow ...
1
vote
2answers
56 views

stop propagation jquery

I have this code, but when I clone an element, then the action is also cloned. What i want is just individual actions for each element.You can see the problem in demo <script ...
1
vote
1answer
86 views

Setting custom response using JEditable

I am using JEditable jquery plugin to update some data on my webpage. After the data is saved through the JEditable plugin on the server, I want to replace the old content in the container div with ...

1 2 3 4 5