AnanthaKN / jquery-in-place-editor

Automatically exported from code.google.com/p/jquery-in-place-editor
Other
0 stars 0 forks source link

IE8 Error #117

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Using IE8
2. On click to the field will be edited
3. Error JS only on IE

What is the expected output? What do you see instead?
I have a box open with the error : (sorry translate from french) Impossibilité 
to define the value property. Source HTML not valid for this opération.

What version of the product are you using? On what operating system?
2.3.0

Please provide any additional information below.
$("#editdate").editInPlace({
        saving_animation_color: "#ECF2F8",
        url: "index.php?popup_url=ajax_ftra&type=date&id="+$("#id").val(),
        show_buttons: true
    });

Original issue reported on code.google.com by guillaum...@gmail.com on 3 Oct 2012 at 2:53