Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Something here must be wrong…

  • This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #26885
    AlCapone
    Participant

    This is my link to jquery file –

    Code:

    This is the test i am trying –

    Code:

    This is the html that is required –

    Code:

    Why won’t it work – i really cant see the problem, i have tried hosting my own version of a jquery file but that did not work either.

    Please Help
    Many Thanks for your time
    Chris

    #66914
    Makeshift
    Member

    you need

    Code:

    jQuery needs the $(document).ready function.

    #66915
    AlCapone
    Participant

    Thanks for the reply – i’m not sure it does need that line – i got this code from one of the videos on themforest (the links at the start of this forum).
    I did put in your code just to check but it still will not work.

    Many Thanks
    Chris

    #66924
    Makeshift
    Member

    Found your problem..

    your javscript links to:
    http://ajax.googleapis.com/libs/jquery/ … ?ver=1.3.2

    but it should link to:
    http://ajax.googleapis.com/ajax/libs/jq … ?ver=1.3.2

    #66955
    AlCapone
    Participant

    Thanks – it works now. =-)

Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.