Jump to content

Year

Day

24 ways to impress your friends

Vote up?

  • Bart Lewis http://www.bartlewis.me

    In regards to $(’.class .other’) versus $(’.class’).find(’.other’), the docs have this to say:

    Internally, selector context is implemented with the .find() method, so $(‘span’, this) is equivalent to $(this).find(‘span’).