|
Modified: jquery/jquery.xsajax.test2.js =================================================================== --- jquery/jquery.xsajax.test2.js 2007-04-12 19:00:35 UTC (rev 29) +++ jquery/jquery.xsajax.test2.js 2007-04-13 08:33:15 UTC (rev 30) @@ -1,10 +1,12 @@ /* just produce some distinguishable output */ (function(){ + $('div#logbook').append("6. test2 start<br/>"); $('span#output2').html("script #2 loaded"); var j = 42; setInterval(function () { $('span#output2').html("j=" + j++); }, 1000); + $('div#logbook').append("7. test2 end<br/>"); })();