I have two jquery items on one page (slider and vticker) and only one will work at a time? how can I get them to work together? i have added a link to my html below. I am new to jquery help please…
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You are including your JavaScript libraries and plugins in the completely wrong way. Please upload the needed JavaSript Plugins and libraries in a separate folder in your website root. I mean the actual .js files, the one you downloaded from their authors.
For example call that folder ‘scripts’.
Then just below your CSS inclusions, you’ll include your JavaScript libraries with the following syntax:
Currently you are making a link to a javascript file that does not exist, and additionally you are pasting the library plain code in your web page. That’s not a good way to go.
Additionally, always include jQuery library first, before loading any other plugins that depend on it.
Keep in mind that it is probably acceptable to do the plugin initialization in the page it self, rather than a separate file, just like you did with your vTicker: