Is your old script loaded by body=onload ? If it is then you are going to run
into problems.
Try loading your old script from within the jQuery
$(document).ready(function(){});
solmyr72 wrote:
>
> Hi,
>
> I am trying to integrate JQuery into an existing old project.
> All pages already include a piece of old, big, horribly-written
> javascript, which renders some complicated images into the page title.
> Now, i try to include JQuery ( <script src='jquery-latest.js' ...>) .
> Unfortunately, this very line causes the old script to fail, *even* if I
> don't actually call any JQuery functions !
> The old script failure means that images are not rendered propertly, but
> it doesn't produce any error messages.
>
> notes it only fails on IE6 (it works fine in Firefox).
>
> i was wondering whether it's a known problem ?
>
>
>
--
View this message in context:
http://www.nabble.com/JQuery-preventing-other-%28old%29-scripts-from-running-tf3448117.html#a9625266
Sent from the JQuery mailing list archive at Nabble.com.
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/