JQuery help - Links in tab body not working, please help!

Discussion in 'Programming' started by Eponine22, Nov 1, 2010.

  1. #1
    Eponine22, Nov 1, 2010 IP
  2. Cash Nebula

    Cash Nebula Peon

    Messages:
    1,197
    Likes Received:
    67
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Yeah, there is an old comment that mentions this problem, but the author has still not fixed the final script. :rolleyes:

    Replace this line:
    var innerhtml = $('.content.' + classy).text();

    With this line:
    var innerhtml = $('.content.' + classy).html();

    There are heap of other tab switchers out there, so just dump this one if can't get it to work.
     
    Cash Nebula, Nov 3, 2010 IP
  3. Eponine22

    Eponine22 Peon

    Messages:
    18
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    It worked! Thank you sooo much :)



     
    Eponine22, Nov 4, 2010 IP
  4. Eponine22

    Eponine22 Peon

    Messages:
    18
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Eponine22, Nov 7, 2010 IP