Skip to content

Latest commit

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

Browser

Hurry!, Super easy to find your browser and add your logics based on it.

Installation

Since it is a jQuery plugin, you need to add jQuery. Your code must be followed in below given order.

1. Add jQuery

<script src="..dist/jquery.min.js"></script>

2. Call Back Events Call back browser events, which will triggered based on the browser.

This is an example for the chrome browser test, version which returns your browser Version
$(document).on("Chrome", function(event, version){
//Your Script here.
});

3. Browser Detection Plugin Add the plugin script at the end of the closing </body> tag

<script src="..dist/browser-detection.min.js"></script>

Example

BrowserCode
ChromeChrome
OmniWebOmniWeb
SafariSafari
OperaOpera
iCabiCab
KonquerorKonqueror
FirefoxFirefox
CaminoCamino
NetscapeNetscape
ExplorerExplorer

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

5 watching

Forks

Releases

Packages

Contributors

Languages