.&1|?" {}:+dt 4BEn!3_${E6|TI ] Z\U͡]Smw% CRJhJC h|Gh814MW+M %nl!u 2nwϧ%gGױsB )+bNwX4v眩lN >ڃb3͔!pqKHI^Kh<0؞Sی+-y VB"?Z~#dT^ˉMp|H`ئSQoXRb  ^#JiǠ@n#hzAYSA}8nn&,`\fLx/0ksOAR#\J&\^Z2$ \+zIf2ߍ< ijG3}4V!n\8$pepp(1G+p+xT,˗V,=IأV6|OFIkTtR-r:,^|~7s@#*2k:$$J<Mz-8EgPf}hPw:6R^nSōm"*ƿŭlGe8+S.WN=δoZ9+%Eg8GOU #P=(V[PNržav%F}R y.,.8nn&,`\fOQ+~F!lΏ&c89`$gYDj8nn&,`\fHSAtęìԓB:3M1~],K ݊<8]|J(K·9ԩ  OjuihODJRUԙバhkc"F˅l8nn&,`\fAXfBd=8nn&,`\fj9ז|0IAմ>g(!S$S&PHqnYV5x2*P(=eU Returns an object with the following fields: *Device size is static and does not change when the page is resized or rotated.

Code example

Get the device property.

var response = new $.jqx.response();
var device = response.device;
var type = device.type;
var isTouchDevice = device.touch;
var screenWidth = device.width;
var screenHeight = device.height; 
Try it: device is set to a custom function
document Returns information about the document. destroy Destroys the plug-in. resize Callback function or functions called when the browser's window is resized. isHidden Checks whether a HTML Element is hidden. inViewPort Checks whether a HTML Element is in the view port. os Returns information about the OS. pointerDown Event handler for mouse and touch events that works across browsers. "pointerDown" automatically handles the "mousedown", "MSPointerDown" and "touchstart" events on an element and calls a callback function with 3 parameters(original event, pointer position and pointer type). pointerMove Event handler for mouse and touch events that works across browsers. "pointerMove" automatically handles the "mousemove", "MSPointerMove" and "touchmove" events on an element and calls a callback function with 3 parameters(original event, pointer position and pointer type). pointerUp Event handler for mouse and touch events that works across browsers. "pointerUp" automatically handles the "mouseup", "MSPointerUp" and "touchend" events on an element and calls a callback function with 3 parameters(original event, pointer position and pointer type). refresh Refreshes the plug-in properties. responsive Responsive Grid System. scroll Returns information about the Scrollbars position. viewPort Returns information about the view port.