Hello, I am currently trying to build a website using JQuery,
My website was working perfectly with the javascript provided by some user online for a specific usage, however when I tried to add some new things to my website with other javascript (such as, jquery-1.3.2), it conflics with other parts of the website.
My question is: is there a way to contain the HTML code, CSS, etc for a specific javascript, and then some other code with other javascript, so that they wont conflict with each other..
For example, I want to have a slideshow (with some javascript, css, html, etc) provided by person A, but I also want a image gallery (with some other javascript, css, etc) provided by person B.
But as mentioned above, the javascript conflict with each other and does not allow me to view my webpage correctly.
Please let me know of a way to fix this issue.
thank you in advance.