Re: [Pharo-users] Seaside and Ajax/JQuery

2018-02-20 Thread Herbert Vojčík
Dominique Dartois wrote: 2018-02-19 22:02 GMT+01:00 Cyril Ferlicot D. >: Le 19/02/2018 ?? 21:56, Dominique Dartois a ??crit : > Hello All. > I try to use Ajax/JQuery to update a value in a HTML table by clicking

Re: [Pharo-users] Seaside and Ajax/JQuery

2018-02-19 Thread Dominique Dartois
2018-02-19 22:02 GMT+01:00 Cyril Ferlicot D. : > Le 19/02/2018 à 21:56, Dominique Dartois a écrit : > > Hello All. > > I try to use Ajax/JQuery to update a value in a HTML table by clicking > > on the table heading. > > The new value (the update) is not written in the

Re: [Pharo-users] Seaside and Ajax/JQuery

2018-02-19 Thread Cyril Ferlicot D.
Le 19/02/2018 à 21:56, Dominique Dartois a écrit : > Hello All. > I try to use Ajax/JQuery to update a value in a HTML table by clicking > on the table heading. > The new value (the update) is not written in the tabledata I associated > an id with, but before the table. > > The code : > >

[Pharo-users] Seaside and Ajax/JQuery

2018-02-19 Thread Dominique Dartois
Hello All. I try to use Ajax/JQuery to update a value in a HTML table by clicking on the table heading. The new value (the update) is not written in the tabledata I associated an id with, but before the table. The code : renderContentOn: html html table: [ html tableHead: [ html tableRow: [