well it seems more complicated, when I modified and tried, the console just gave 4 click AND 4 onSuccess, but when I retry I don't get any onSuccess...
Le mardi 5 juin 2012 15:17:24 UTC+2, dmidz a écrit : > > hello, > well firstly I think 'update all' is quite heavy, why don't you records > the list of modified datas and send only them > secondly, your are using : var ajaxRequest_instance = new AjaxRequest(). > send(); > so your initialize method must return the class intance, so : just add > return this.parent(options); and you are done, see ur fiddle corrected : > http://jsfiddle.net/tMhbd/17/ > and watch ur console, now you see the onSuccess fired... > >