Namespace jQuery.supportModule: jquery.sap.global


Holds information about the browser's capabilities and quirks. This object is provided and documented by jQuery. But it is extended by SAPUI5 with detection for features not covered by jQuery. This documentation ONLY covers the detection properties added by UI5. For the standard detection properties, please refer to the jQuery documentation.

These properties added by UI5 are only available temporarily until jQuery adds feature detection on their own.


Since: 1.12.
Field Summary
jQuery.support.cssAnimationsWhether the current browser supports (named) CSS animations
jQuery.support.cssGradientsWhether the current browser supports CSS gradients.
jQuery.support.cssTransformsWhether the current browser supports (2D) CSS transforms
jQuery.support.cssTransforms3dWhether the current browser supports 3D CSS transforms
jQuery.support.cssTransitionsWhether the current browser supports CSS transitions
jQuery.support.flexBoxLayoutWhether the current browser supports the OLD CSS3 Flexible Box Layout directly or via vendor prefixes
jQuery.support.flexBoxPrefixedWhether the current browser supports only prefixed flexible layout properties
jQuery.support.hasFlexBoxSupportWhether the current browser supports any kind of Flexible Box Layout directly or via vendor prefixes
jQuery.support.ie10FlexBoxLayoutWhether the current browser supports the IE10 CSS3 Flexible Box Layout directly or via vendor prefixes
jQuery.support.newFlexBoxLayoutWhether the current browser supports the NEW CSS3 Flexible Box Layout directly or via vendor prefixes
Field Detail
jQuery.support.cssAnimations: boolean
Whether the current browser supports (named) CSS animations
jQuery.support.cssGradients: boolean
Whether the current browser supports CSS gradients. Note that ANY support for CSS gradients leads to "true" here, no matter what the syntax is.
jQuery.support.cssTransforms: boolean
Whether the current browser supports (2D) CSS transforms
jQuery.support.cssTransforms3d: boolean
Whether the current browser supports 3D CSS transforms
jQuery.support.cssTransitions: boolean
Whether the current browser supports CSS transitions
jQuery.support.flexBoxLayout: boolean
Whether the current browser supports the OLD CSS3 Flexible Box Layout directly or via vendor prefixes
jQuery.support.flexBoxPrefixed: boolean
Whether the current browser supports only prefixed flexible layout properties
jQuery.support.hasFlexBoxSupport: boolean
Whether the current browser supports any kind of Flexible Box Layout directly or via vendor prefixes
jQuery.support.ie10FlexBoxLayout: boolean
Whether the current browser supports the IE10 CSS3 Flexible Box Layout directly or via vendor prefixes
Since:
1.12.0
jQuery.support.newFlexBoxLayout: boolean
Whether the current browser supports the NEW CSS3 Flexible Box Layout directly or via vendor prefixes