treehouse : what would you like to learn today?
Web Design Web Development iOS Development

Benjamin

  • jQuery - Swapping first name and last name in list

    I kept plugging away at it...and came up with this solution. I am sure there is a better way to do this...but, this works, and I am happy with that. $(\".authorsname.first\").each(function(i){ var fname = $(this).find(\".firstname…
    Comment by Benjamin October 2009 permalink
  • jQuery Append and then remove

    "Mr KiTT3N" said:Few things to note, var title = $(this).attr("title"); This will return And this is fine but you shouldn't be appending the title without wrapping.... What do you mean by without wrapping? I am tr…
    Comment by Benjamin June 2009 permalink
  • Click event & Cursor style

    So, after it slides, you want the cursor to be the black default instead of the hand? if so, Could you do something like $(this).css("cursor","default"); or something to that effect?
    Comment by Benjamin June 2009 permalink
  • jQuery / :checkbox / :checked

    "mattch" said: if ($('.' + color).length > 0) { $('div.' + color).remove(); Can you please explain that part a bit more? What does '.' mean? UPDATE: Ah, I see...you were writing a div with a c…
    Comment by Benjamin June 2009 permalink
  • jQuery / :checkbox / :checked

    Very interesting. This is really going to help me. I will post back later today (I hope) with my solution (which may be a bit clunky...). Thanks mattch!
    Comment by Benjamin June 2009 permalink
  • jQuery / Tranversing / UI Tabs

    Akeenlabs, thank you so very much. This works flawlessly. I am very grateful for your help. Thank you very much!
    Comment by Benjamin April 2009 permalink