well the only thing that is changed here is that i added
$("#"+t).html('{{=IMG(_src=URL(request.application,'static','loading.gif' ,_alt='loading')}}');
just under the function header (i changed the code to use jquery functions now)
all it does is to set the content of t (the target div) to the loading image, once the proper content is there it will replace everything in the t div
0
select 14 years ago