Angelo,
If you could post a link to a page that exhibits the problem I'm sure we can help you out. In general, there's really nothing special you need to do. Since it works in FF, my guess is that there is just a script error occurring in IE that is preventing further scripts from running. Mike On 6/6/07, Angelo Zanetti <[EMAIL PROTECTED]> wrote:
Dear all. I have been having trouble with integrating JS into existing website. The particular files that we are trying to include the Jquery into the JS that exists in the files just stops working. Even basic stuff for example even if I called a function called hello() and in there it just had an alert("hello"); it doesn't get there. This only seems to happen in IE for some strange reason. It is fine in Firefox. So basically its only making use of the JS in the jQuery files and not allowing the JS in my file to work at all, some sort of conflict. Ive read the following page: http://docs.jquery.com/Using_jQuery_with_Other_Libraries but not sure how to apply the change to my file. Do I need to change my coding names? or do I just change the way that Jquery is called, or do I put my code in a certain function? Its not really clear and maybe someone could clear that up because Im sure thats the root of the problem. If anyone can help that would be great or send links to pages that might be of help. Your help and advice is appreciated. thanks in advance Angelo