jQuery Methods to get Device and Browser informations
- Source:
Methods
(static) getBrowserId() → {string}
Method to get Browser Id (Short Name).
- Source:
Returns:
The browser id.
- Type
- string
(static) getBrowserName() → {string}
Method to get Browser Name.
- Source:
Returns:
The browser name.
- Type
- string
(static) getBrowserVersion() → {string}
Method to get Browser Version.
- Source:
Returns:
The browser version.
- Type
- string
(static) getInfo() → {object}
Method to get all available device and browser informations.
- Source:
Returns:
The device and browser infromation.
- Type
- object
(static) getOsId() → {string}
Method to get Operating System Id (Short Name).
- Source:
Returns:
The OS id.
- Type
- string
(static) getOsName() → {string}
Method to get Operating System Name.
- Source:
Returns:
The OS name.
- Type
- string
(static) getOsVersion() → {string}
Method to get Operating System Version.
- Source:
Returns:
The OS version String.
- Type
- string
(static) getOsVersionBugfix() → {number}
Method to get Operating System Version Bugfix.
- Source:
Returns:
The OS version Bugfix.
- Type
- number
(static) getOsVersionCategories() → {object}
Method to get Operating System Version Categories.
- Source:
Returns:
The OS version Categories.
- Type
- object
(static) getOsVersionMajor() → {number}
Method to get Operating System Version Major.
- Source:
Returns:
The OS version Major.
- Type
- number
(static) getOsVersionMinor() → {number}
Method to get Operating System Version Minor.
- Source:
Returns:
The OS version Minor.
- Type
- number
(static) getOsVersionString() → {string}
Method to get Operating System Version String.
- Source:
Returns:
The OS version String.
- Type
- string
(static) isAndroid() → {boolean}
Method to detect Android.
- Source:
Returns:
The match status.
- Type
- boolean
(static) isBlackberry() → {boolean}
Method to detect BlackBerry.
- Source:
Returns:
The match status.
- Type
- boolean
(static) isBsd() → {boolean}
Method to detect BSD/Unix.
- Source:
Returns:
The match status.
- Type
- boolean
(static) isChrome() → {boolean}
Method to detect Chrome.
- Source:
Returns:
The match status.
- Type
- boolean
(static) isDesktop() → {boolean}
Method to detect desktop devices.
- Source:
Returns:
The match status.
- Type
- boolean
(static) isEdge() → {boolean}
Method to detect Microsoft Edge.
- Source:
Returns:
The match status.
- Type
- boolean
(static) isFirefox() → {boolean}
Method to detect Firefox.
- Source:
Returns:
The match status.
- Type
- boolean
(static) isIe() → {boolean}
Method to detect Internet Explorer.
- Source:
Returns:
The match status.
- Type
- boolean
(static) isIeMobile() → {boolean}
Method to detect Microsoft Internet Explorer Mobile.
- Source:
Returns:
The match status.
- Type
- boolean
(static) isIos() → {boolean}
Method to detect iOS.
- Source:
Returns:
The match status.
- Type
- boolean
(static) isIpad() → {boolean}
Method to detect iPad.
- Source:
Returns:
The match status.
- Type
- boolean
(static) isIphone() → {boolean}
Method to detect iPhone.
- Source:
Returns:
The match status.
- Type
- boolean
(static) isLinux() → {boolean}
Method to detect Linux.
- Source:
Returns:
The match status.
- Type
- boolean
(static) isMacos() → {boolean}
Method to detect Mac OS.
- Source:
Returns:
The match status.
- Type
- boolean
(static) isMobile() → {boolean}
Method to detect mobile devices.
- Source:
Returns:
The match status.
- Type
- boolean
(static) isMsie() → {boolean}
Method to detect Microsoft Internet Explorer (IE/Edge).
- Source:
Returns:
The match status.
- Type
- boolean
(static) isOpera() → {boolean}
Method to detect Opera.
- Source:
Returns:
The match status.
- Type
- boolean
(static) isOperaMini() → {boolean}
Method to detect Opera Mini.
- Source:
Returns:
The match status.
- Type
- boolean
(static) isSafari() → {boolean}
Method to detect Safari.
- Source:
Returns:
The match status.
- Type
- boolean
(static) isSupported() → {boolean}
Method to detect Browser and Device support.
- Source:
Returns:
The match status.
- Type
- boolean
(static) isWindows() → {boolean}
Method to detect Windows.
- Source:
Returns:
The match status.
- Type
- boolean
(static) isWindowsPhone() → {boolean}
Method to detect Windows Phone.
- Source:
Returns:
The match status.
- Type
- boolean