jQuery Methods to get the current Display and Device Type of a Browser
        
        
- Source:
Methods
(static) getDeviceType() → {string}
    Method to get current Device Type.
- Source:
Returns:
    The current Device Type.
- Type
- string
(static) getDisplayType() → {string}
    Method to get current Display Type.
- Source:
Returns:
    The current Display Type.
- Type
- string