i have to detect with JS (jQuery) wether a browser supports Woff and then add a class to the body. Something like this:
if(woffIsSupported){
$('body').addClass('modern');
}
is this somehow possible? Thank you for your answers.
|
i have to detect with JS (jQuery) wether a browser supports Woff and then add a class to the body. Something like this:
is this somehow possible? Thank you for your answers. | |||||
feedback
|
|
There's a function on this post called Copy that function and your code can become:
| |||
|
feedback
|