Hi,
Normally, i'm using Modernizr for regular feature detection but it can't detect browser selector support (i.e: :nth-of-type() selector).
Is there a way to detect selector support of browser with jQuery?
Hi,
Normally, i'm using Modernizr for regular feature detection but it can't detect browser selector support (i.e: :nth-of-type() selector).
Is there a way to detect selector support of browser with jQuery?
You could try selecting something with that selector, if it returns 'NULL' either the browser does not support it, or there were no elements of that type
my suggestion is to use the selectors on something you know exists.