Easy Tutorial
❮ Event Pagey Jquery Syntax ❯

jQuery jQuery.support Property

jQuery Properties

Example

Test if the browser can create an XMLHttpRequest object:


Definition and Usage

The jQuery.support property contains a collection of properties that represent different browser features or bugs.

This property is primarily used internally by jQuery.


Syntax

Parameter Description
propvalue Required. Specifies the feature to test. These tests include: ajax<br> boxModel<br> changeBubbles<br> checkClone<br> checkOn<br> cors<br> cssFloat<br> hrefNormalized<br> htmlSerialize<br> leadingWhitespace<br> noCloneChecked<br> noCloneEvent<br> opacity<br> optDisabled<br> optSelected<br> scriptEval()<br> style<br> submitBubbles<br> tbody

jQuery Properties

❮ Event Pagey Jquery Syntax ❯