Modified: jquery/jquery.xsajax.js =================================================================== --- jquery/jquery.xsajax.js 2007-04-12 19:00:35 UTC (rev 29) +++ jquery/jquery.xsajax.js 2007-04-13 08:33:15 UTC (rev 30) @@ -8,6 +8,12 @@ */ (function($){ + if ($.browser.safari || navigator.userAgent.match(/Konqueror/i)) { + $.extend({ + _xsajax$node: [], + _xsajax$nodes: 0 + }); + } $.extend({ getScriptXS: function () { /* determine arguments */ @@ -35,6 +41,7 @@ $(document.createElement('script')) .attr('type', 'text/javascript') .attr('src', arg.url); + var node_helper = null; /* optionally apply on-load handler for garbage collecting