Skip to content

tedshd/check_browser

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

check_browser

Use javascript userAgent check browser

alert(browser());
// return browser name IE or Chrome ...

// or
var b = new browser();
alert(b.safari);
// return true or false

Method support browser

  • edge
  • opera
  • firefox
  • chrome
  • safari
  • ie7
  • ie8
  • ie9
  • ie10
  • ie11
  • ie

About

Use userAgent check browser by JavaScript or PHP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published