mirror of
https://github.com/lancedikson/bowser
synced 2024-10-27 20:34:22 +00:00
Edited README.md via GitHub
This commit is contained in:
parent
37dc232b5b
commit
c55dac559d
@ -1,8 +1,8 @@
|
|||||||
Bowser
|
Bowser
|
||||||
------
|
------
|
||||||
A Browser detector. Because sometimes, there is no other way, and not even good modern browser provide good feature detection mechanisms.
|
A Browser detector. Because sometimes, there is no other way, and not even good modern browsers always provide good feature detection mechanisms.
|
||||||
|
|
||||||
Works like this:
|
So... it works like this:
|
||||||
|
|
||||||
if (bowser().msie && bowser().version <= 6) {
|
if (bowser().msie && bowser().version <= 6) {
|
||||||
alert('hello China');
|
alert('hello China');
|
||||||
|
Loading…
Reference in New Issue
Block a user