1. Home
  2. Computing & Technology
  3. JavaScript
photo of Stephen Chapman
Stephen's JavaScript Blog

By Stephen Chapman, About.com Guide to JavaScript since 2004

Resolving Script Clashes

Saturday June 27, 2009
When you add multiple JavaScripts to the same page you sometimes have to change the code so that they will work together.

When you add a second JavaScript to a page where you have already have some JavaScript then the two scripts may interfere with one another. This may be caused by the JavaScripts trying to use the same variable for different purposes or more commonly they use the same event handler and one overrides the other. Here's how to resolve these conflicts so that you can get both JavaScripts working correctly.

Resolving Script Clashes
Comments

No comments yet. Leave a Comment

Leave a Comment

Line and paragraph breaks are automatic. Some HTML allowed: <a href="" title="">, <b>, <i>, <strike>

Explore JavaScript
About.com Special Features

Stay connected and entertained with reviews on tips on the latest HDTVs, cellphones and more. More >

Easy ways to connect two computers for networking purposes. More >

  1. Home
  2. Computing & Technology
  3. JavaScript

©2009 About.com, a part of The New York Times Company.

All rights reserved.