I have the same problem. I have this:

$(".category .jeditable", el).editable(submit_edited_data, {
      data: "{'1':'blue', '2':'red', '3':'green'}",
      type: 'select',
      submit: "ok"
});

The selects options are displayed correctly when I click on the
editable area but when I select something - for example 'blue' - the
'2' string is used to replace original text instead of 'blue'.
Looks like this is a bug in jquery.

Thanks

On Mar 17, 2:18 pm, FSan <fsa...@gmail.com> wrote:
> I mean
> If I have this:
>
> {'E':'Letter E','F':'Letter F','G':'Letter G'}
>
> and the corresponding generated select with options.
>
> I want jeditable to display for example "Letter F" instead of  "F"
> after selection.
>
> Is it possible?
>
> Thanks

Reply via email to