#17 Wildcard Tag

open
nobody
Functions (11)
5
2012-10-10
2009-11-11
Anonymous
No

Ability to find



Discussion

  • Lucas Wojciechowski
    Lucas Wojciechowski
    2010-07-10

    I'm assuming that you're trying to select any element with the "hi" class. This is actually already doable! Just don't provide a tag in the selector string. In this case ".hi" would match all the elements with the "hi" class regardless of tag.