I Need Help With JavaScript/JQuery

by BillyW
2 replies
I'm about to drive myself crazy. I created a function on jsFiddle. Took me 4 hours to make it work. Now, I don't know how to transfer the code from Fiddle to my actual website. Take a look at my site. Also, here is a link to jsFiddle

What am I doing wrong?!
#javascript or jquery
  • Profile picture of the author Michael71
    Why are you loading these script 2 times?

    Code:
    <script type="text/javascript" src="aom/js/jquery.js"></script>
    <script type="text/javascript" src="aom/js/shop.js"></script>
    <script type="text/javascript" src="aom/js/lightbox/jquery.colorbox.js"></script>
    <link type="text/css" media="screen" rel="stylesheet" href="aom/js/lightbox/lightbox1/colorbox.css">
    <link rel="stylesheet" type="text/css" href="style.css">
    Remove the lines above aom_header, should work then
    Signature

    HTML/CSS/jQuery/ZURB Foundation/Twitter Bootstrap/Wordpress/Frontend Performance Optimizing
    ---
    Need HTML/CSS help? Skype: microcosmic - Test Your Responsive Design - InternetCookies.eu

    {{ DiscussionBoard.errors[7856709].message }}
  • Profile picture of the author BillyW
    Got it! Thank you man.
    Signature
    Qosso.com - Exceptional Branding At Affordable Prices
    {{ DiscussionBoard.errors[7859444].message }}

Trending Topics