jQuery tabs issue... help please!

Discussion in 'jQuery' started by Ward Larson, Feb 5, 2010.

  1. #1
    I'm working on this site, and if you take a look at

    http://ward-larson.com/wenatcheedh

    (first off this is just a sample index, no js is involved here)

    I'm trying to make the "latest videos" tabs act like jQuery tabs, in that when you click the second tab, the second video and caption appears, and clicking the third will let the third video and caption come up, and so on.

    I'm trying to get this to work either with ajax (separate .html files) or with hidden content in the index.html code itself.

    I gave it my best shot last night... putting the tabs as an ordered list, attaching the proper .js documents and .css stylesheets included with the jquery demo, to no avail.

    I feel like i've seen this effect on several sites but I'm not sure where.

    Should I be using jQuery Tabs or Slider? I'm thinking perhaps slider would be an easier fix.

    anyway, any help is much appreciated.
     
    Ward Larson, Feb 5, 2010 IP
  2. Ward Larson

    Ward Larson Peon

    Messages:
    121
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Ward Larson, Feb 5, 2010 IP
  3. mariush1007

    mariush1007 Member

    Messages:
    40
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    43
    #3
    hi,

    It looks like You are trying to bind tabs functionality to non existed element - You wrote something like that in Your javascript code:

    $("#tabs").tabs();
    Code (markup):
    but in Your html You dont have elemnt with id="tabs" so here is a basic problem
     
    mariush1007, Feb 6, 2010 IP