[jQuery] Re: Problem with globalEval

2007-06-13 Thread Network Newbie
und the JavaScript that > they output to the page. One caveat though... I only got this error > in IE 6 - I'm didn't test IE 7, so I don't know if it's a issue > there. Firefox worked fine. > > Network Newbie - your modification did the trick, thanks! > > C

[jQuery] Problem with globalEval

2007-05-27 Thread Network Newbie
When the function 'globalEval' is evaluating script source that contains html comments (i.e. --modifled globalEval function that fixes the issue globalEval: function( data ) { if ( window.execScript ) window.execScript( data.replace(/^\s*\<\!--.*