-
as seen on Stack Overflow
- Search for 'Stack Overflow'
i want to submit the text from jeditable, store it in the database and then i don´t want to render the updated text back to jeditable field, i want to update the whole div in which the jeditable field (and maybee other text fields) is.
f.e.
i change the username via jeditable inplace editor, then…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
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 = $db->fetch_assoc($query)) : ?>
<input name="hiddenID" type="hidden" value="<?php echo $row['id'] ?>"
…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
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 appear in a Thickbox or Lightbox overlay. So far my attempts to do this have not been successful.
So…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm using Jeditable for in-place editing. One the controls I am working with has the select type. When a user clicks on the field, the following select control is generated:
<div id="status" class="editable_select">
<form>
<select name="value">
<option…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Summary: When I try supplying a onsubmit or onreset callback to Jeditable, I get Object [function] has no method 'apply' errors.
How I got here: I've been working on a rails plugin to supply Jeditable and jWYSIWYG for in-place WYSIWYG editing. Development is driven by a Rails project I'm working…
>>> More