The browser name in upper case characters. (ex. 'FIREFOX', 'MSIE', 'CHROME').
Type: string
The browser version which concatenates natural numbers by dots. (ex. '48', '10.0').
Type: string
The flag of which the name is the browser name in upper case.
Type: boolean
The OS name in upper case characters. (ex. 'WINNT', 'LINUX', 'IPHONE')
Type: string
The OS version which concatenates natural numbers by dots. (ex. '48', '10.0').
Type: string
The flag of which the name is the OS name in upper case.
Type: boolean
Compares the current browser to the given name and version.
Parameter | Type | Description |
---|---|---|
NAME | string | The browser name in upper case characters. |
VERSION | string | The browser version which concatenates natural numbers by dots. |
Returns true if the browser is less than the specified version.
Type: boolean
Compares the current browser to the given name and version.
Parameter | Type | Description |
---|---|---|
NAME | string | The browser name in upper case characters. |
VERSION | string | The browser version which concatenates natural numbers by dots. |
Returns true if the browser is less than or equal to the specified version.
Type: boolean
Compares the current browser to the given name and version.
Parameter | Type | Description |
---|---|---|
NAME | string | The browser name in upper case characters. |
VERSION | string | The browser version which concatenates natural numbers by dots. |
Returns true if the browser is greater than the specified version.
Type: boolean
Compares the current browser to the given name and version.
Parameter | Type | Description |
---|---|---|
NAME | string | The browser name in upper case characters. |
VERSION | string | The browser version which concatenates natural numbers by dots. |
Returns true if the browser is greater than or equal to the specified version.
Type: boolean
Compares the current browser to the given name and version.
Parameter | Type | Description |
---|---|---|
NAME | string | The browser name in upper case characters. |
VERSION | string | The browser version which concatenates natural numbers by dots. |
Returns true if the browser is equal to the specified version.
Type: boolean
Compares the current browser to the given name and version.
Parameter | Type | Description |
---|---|---|
NAME | string | The browser name in upper case characters. |
VERSION | string | The browser version which concatenates natural numbers by dots. |
Returns true if the browser is not equal to the specified version.
Type: boolean
Compares the current browser to the given name and version.
Parameter | Type | Description |
---|---|---|
NAME | string | The browser name in upper case characters. |
VERSION | string | The browser version which concatenates natural numbers by dots. |
Returns true if the OS is less than the specified version.
Type: boolean
Compares the current browser to the given name and version.
Parameter | Type | Description |
---|---|---|
NAME | string | The browser name in upper case characters. |
VERSION | string | The browser version which concatenates natural numbers by dots. |
Returns true if the OS is less than or equal to the specified version.
Type: boolean
Compares the current browser to the given name and version.
Parameter | Type | Description |
---|---|---|
NAME | string | The browser name in upper case characters. |
VERSION | string | The browser version which concatenates natural numbers by dots. |
Returns true if the OS is greater than the specified version.
Type: boolean
Compares the current browser to the given name and version.
Parameter | Type | Description |
---|---|---|
NAME | string | The browser name in upper case characters. |
VERSION | string | The browser version which concatenates natural numbers by dots. |
Returns true if the OS is greater than or equal to the specified version.
Type: boolean
Compares the current browser to the given name and version.
Parameter | Type | Description |
---|---|---|
NAME | string | The browser name in upper case characters. |
VERSION | string | The browser version which concatenates natural numbers by dots. |
Returns true if the OS is equal to the specified version.
Type: boolean
Compares the current browser to the given name and version.
Parameter | Type | Description |
---|---|---|
NAME | string | The browser name in upper case characters. |
VERSION | string | The browser version which concatenates natural numbers by dots. |
Returns true if the browser is not equal to the specified version.
Type: boolean
Is used to change style applications for each browser.
Is used to change style applications for each version of browsers.
Is used to change style applications for each OS.
Is used to change style applications for each version of OSs.