Skip to content

nikunj2512/JSBrowserDetect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

JSBrowserDetect

Javascript Browser Detection Script

This is a JavaScript "Browser Detection library" written by me for all of whom who wants to detect the name and version of the browser. This script provides you methods which you can use in your code to get the browser properties.

Example usauage :

if(browserName == "Microsoft Internet Explorer" && majorVersion == 10) { alert("Congrats!!!"); }

document.write('' +'Browser name = '+browserName+'
' +'Full version = '+fullVersion+'
' +'Major version = '+majorVersion+'
' )

Have fun!!!

About

Javascript Browser Detection Script

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published