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
0
votes
1 answer

Jeditable + Sortable + Cloning

I've researched this question pretty thoroughly, but so far I haven't been able to solve it. I understand about clone(true,true) and making the functions live(), but events are still getting misfired. Here is my example -…
seaofinformation
  • 809
  • 2
  • 12
  • 19
0
votes
2 answers

How to catch enter click using JEditable?

Look at this piece of my code: $(".field").editable("http://"+document.location.host+"/index.php/welcome/update_record", { event : "mouseover", style : "inherit", …
user1477886
  • 263
  • 1
  • 6
  • 19
0
votes
1 answer

New row in InPlaceEditor Component not editable

I'm new to JQuery and tapestry.... I mean to add a new row to my InPlaceEditor and then make it editable using the following: $(document).ready(function () { $("#addnewrow").click(function () { var prompt = "Please enter new data"; …
0
votes
1 answer

How to disable autogrowing of the field in JEditable?

I have been developing the application and I use the following code for JEditable:
user1477886
  • 263
  • 1
  • 6
  • 19
0
votes
3 answers

jquery- jeditable not working

basically what I want is simple, when people onclick, the field become editable. After they change the value, press Esc at keyboard/ or click outside , to save the record. I'm not sure why it's not working. Documentation seems not complete...…
i need help
  • 2,386
  • 10
  • 54
  • 72
0
votes
2 answers

PHP JQuery and Jeditable

Just a quick question regarding this issue i am having. I am using jeditable to edit in place some fields on a page. This is working perfectly. Now I wish to implement some data checking. I have my php code to check the data entered and if its…
John
  • 57
  • 1
  • 8
0
votes
1 answer

How to get the json message on this callback

I'm trying to make some changes to the way jEditable handles errors. I have a PHP function which is returning: echo "{'error':'ok', 'error_msg':'There was a problem'}"; in my javascript: "callback": function( sValue, y ) { …
Laurence
  • 58,936
  • 21
  • 171
  • 212
-1
votes
2 answers

Jeditable displays entire HTML document as replacement for the editable field after trigger/submit

I am using jeditable and had it working very weird. after editing the editable field and submits it instead of printing the new content it displays the entire document window in the textbox(placeholder of editable content). question: from the…
Ikoy
  • 82
  • 1
  • 7
-1
votes
2 answers

I included jeditable in my existing webpage, $.editable is coming undefined

I included jeditable in my existing webpage. $.editable is undefined. I am not able to call or use the editable function to edit fields What is the proper way to include jQuery plugins like this?
Akshay Vijay Jain
  • 13,461
  • 8
  • 60
  • 73
-1
votes
3 answers

How to return ordered key/value pairs from function?

I have an object ( array of hashes ) and I need to convert it into ordered key value pairs. This is object: var places_info = [ {"place_id":180,"name":"Abc","city":"Gotham"}, {"place_id":161,"name":"Def","city":"Sin City"}, …
w.k
  • 8,218
  • 4
  • 32
  • 55
-1
votes
3 answers

jQuery.post() issues with passing data to jQuery UI

I am trying to get jQuery.post() to run my php script and then open a jQuery UI dialog with the data that php script returns. Its supposed to come back as a form with a table and a textarea in it. It works great with alert(data); and i get a pop-up…
solefald
  • 1,739
  • 1
  • 15
  • 29
-1
votes
1 answer

How to include HTML into jEditable placeholder?

I'd like to have jEditable placeholder with distinguishing style, so I tried to include simple span into placeholder attribute and it looks as I expected, however, on click it works like default value but displays the placeholder's content as raw…
w.k
  • 8,218
  • 4
  • 32
  • 55
-1
votes
1 answer

OnEdit doesn't get called

I am using jQuery .editable() to make a

editable. What I am trying to do is to select the text already in the element when a user clicks on it to edit. I've read that OnEdit is the option that I should use to call a function every time a user…

Avi Meir
  • 980
  • 3
  • 11
  • 26
1 2 3
34
35