[jQuery] Re: Edittable plugin problem

2009-06-16 Thread Mika Tuupola
On Jun 3, 2009, at 5:56 PM, Gustavo Salomé wrote: If youre talking about Jeditable then id of the edited dom element is sent automatically. There is no need for any unorthodox magic. Try get it here: http://jsbin.com/ejejo/edit I made a live example too. 2009/6/3 bharani kumar The Boss ,

[jQuery] Re: Edittable plugin problem

2009-06-03 Thread Gustavo Salomé
Try get it here: http://jsbin.com/ejejo/edit I made a live example too. 2009/6/3 bharani kumar > The Boss , > > Link redirecting site not working BOSS , > > Please provide alternate link, > > Thanks > > On Tue, Jun 2, 2009 at 10:38 PM, Gustavo Salomé wrote: > >> Its here: >> http://jquery.izfree

[jQuery] Re: Edittable plugin problem

2009-06-03 Thread bharani kumar
The Boss , Link redirecting site not working BOSS , Please provide alternate link, Thanks On Tue, Jun 2, 2009 at 10:38 PM, Gustavo Salomé wrote: > Its here: > http://jquery.izfree.com/editable.js > > Now any function get the return (data, object) > You can use it, for example, this way: > $('o

[jQuery] Re: Edittable plugin problem

2009-06-02 Thread Gustavo Salomé
Its here: http://jquery.izfree.com/editable.js Now any function get the return (data, object) You can use it, for example, this way: $('object').editable({onSubmit:function(data,$this){ class=$this.attr('class'); }}); 2009/6/2 bharani kumar > yes please send it > > > On Tue, Jun 2, 2009 at 6:26

[jQuery] Re: Edittable plugin problem

2009-06-01 Thread bharani kumar
yes please send it On Tue, Jun 2, 2009 at 6:26 AM, Gustavo Salomé wrote: > No way you can do this. > Ive a modified version of the plugin that i made which can do this. > Ill send to if u want it. > > 2009/6/1 bharani kumar > > Hi All, >> Am using the editable plug in , >> >> When i edit the val

[jQuery] Re: Edittable plugin problem

2009-06-01 Thread Gustavo Salomé
No way you can do this. Ive a modified version of the plugin that i made which can do this. Ill send to if u want it. 2009/6/1 bharani kumar > Hi All, > Am using the editable plug in , > > When i edit the values , i want to check the already exist and also want to > pass the unique key to the qu