I’m creating a layout in full css. However, some browser (such as IE6) do not support box-shadow (.. and -webkit-box-shadow or -moz-box-shadow). I would like to check if it’s not supported and then add other styles.
How’s this possible in jQuery?
Martti Laine
That is the doing-it-yourself way. Other reliable way is the
modernizrlibrary, which does feature detection for you.http://www.modernizr.com/
No jQuery needed at all here.