jquery - selecting children selector for older browser? -


this ( > selector) supported ie9 :

.cc > *{ /* css style */ } 

what can use older browser (ie6, ie7, ie8)?

i tried $('.cc').children() seems not supported?

pretty sure > has been around since ie6, actually.

edit: correction: ie7. ie6 didn't have particular selector. if spend hours caring ie6, we'll never done.


Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -