Hi all,
Actually, I had posted a thread in the php forum. But I don't know the javascripts and AJAX very well, so would like ask for help from anyone here.
The code below is originally from edit-in-place scripts. But this didn't work for my case. Does anyone know about this?
inside editinplace.js
function init(){
var max=50;
for(i=1; i<max; i++){
makeEditable('item_'+i ; );
}
}
Thanks in advance.