1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Buying Fix for site $5

Discussion in 'Programming' started by walkingbird, Aug 12, 2011.

  1. #1
    I am having some problems with ajax and javscript on my website.

    www.sme dia.ca/new/

    I have having problems with my slider jquery script. I need someone to help me find the problem.

    If you go to the site and scroll to the show more screen shot button and click it the div will slide open. Altough if you load new content in that section the div will not slide open.
     
    walkingbird, Aug 12, 2011 IP
  2. anuradhan

    anuradhan Active Member

    Messages:
    371
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    65
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #2
    seems there is only 1 image in the slider.
    this image alone.

    try adding more image.hope that fix the problem.

    regards
    anuradhan
     
    anuradhan, Aug 12, 2011 IP
  3. Cash Nebula

    Cash Nebula Peon

    Messages:
    1,197
    Likes Received:
    67
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #3
    You've got two old copies of jQuery in there. Try replacing these lines:
    
    <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.0/jquery.min.js"></script>
    <script type="text/javascript" src="js/jquery.js"></script>
    
    Code (markup):
    With this line:
    
    <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
    
    Code (markup):
     
    Cash Nebula, Aug 12, 2011 IP