On Dec 21, 2007, at 9:32 PM, LeonL wrote:

This will work fine - alert the edit var value.
However, when adding 'event: "edit"' it wont do a thing:


        $(".item_title").editable("operator.php",{
                submitdata: {'type': 'title'},
                width: 250,
                event: "edit"
        }).bind("click",function() {
                alert(edit)
        });

Is there something I'm doing wrong?
Thanks!


Sorry it took awhile. Just came back from christmas travels.

Make sure you are using recent version of Jeditable. Latest here:

http://www.appelsiini.net/download/jquery.jeditable-1.5.2.js


--
Mika Tuupola
http://www.appelsiini.net/

Reply via email to