Hi 

I am using Mika Tuupola's edit in place script
(http://www.appelsiini.net/~tuupola/javascript/jEditable/) . It workes
fine..but I have some trouble in extending it. Actually I want to update two
divs when user is done with editing. But I am not sure how I can do that
with jeditable..

here is my basic jquery code that I am using for edit in place.
    $(".seditable").click(function(){
         var uri = $(this).attr('url');
        $(this).editable(uri, { 
            'indicator' :  " img/images/spinner.gif ",
            'type' : 'text',
            'event': 'dblclick'
        });
     })

any suggestion are welcome.

Regards,
Ritesh
-- 
View this message in context: 
http://www.nabble.com/Edit-in-place----update-two-div-tf3404206.html#a9481321
Sent from the JQuery mailing list archive at Nabble.com.


_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to