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
Post a Comment