### <a name="getContext"></a> getContext

Returns the context of the componentManager as a jQuery object. The context is set either by setting the context property of the [settings object](#settings) or by running the [setContext](#setContext) method.

```javascript
var $context = componentManager.getContext();
```
