:has has stopped working on all my scripts

Viewed 49

ok , i'm perplexed here

been running several scripts and today , all jQuery useage of :has are not working

example html

<a href="player?L=43570">name</a>

I have been using something like this forever

$('td:has("a[href*=player]")').addClass('player');

I am going through and switching all my :has to .has because everything stopped working

$('td').has('a[href*=player]').addClass('player');

Anyone have any ideas what the hell could have happened ?

Ok , i always use chrome and :has stopped working on all my sites , but I opened Firefox and everything is fine , WTH could I have done to mess up Chrome from executing the :has ?

0 Answers
Related