[jQuery] Re: transform div into a textfield to change its value nicely

2009-02-14 Thread Chris
Thanks thats just fine. On Feb 14, 11:58 am, "Rick Faircloth" wrote: > Hi, Chris... > > I'm not sure how that would be coded, but here's a plug-in > that enables editing-in-place, as you've specified. > > http://www.appelsiini.net/projects/jeditable/default.html > > Rick > > > -Original Mess

[jQuery] Re: transform div into a textfield to change its value nicely

2009-02-14 Thread Andras Kende
Try this: http://davehauenstein.com/code/jquery-edit-in-place/ jQuery(document).ready(function() { jQuery(".edit1").editInPlace({ url: "ajaxupdate.php", bg_over: "#99", show_buttons : false, default_text: "Edit...", saving_image: "/img/loading.gif", params: "ajax=yes" }); }) aj

[jQuery] Re: transform div into a textfield to change its value nicely

2009-02-14 Thread Rick Faircloth
Hi, Chris... I'm not sure how that would be coded, but here's a plug-in that enables editing-in-place, as you've specified. http://www.appelsiini.net/projects/jeditable/default.html Rick > -Original Message- > From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On >