Note: Nintex Apps data centers are located in West US and Australia (AUS). In-region processing of Nintex Apps data is only available in these regions.

Note: 

All code samples below refer to the skuid object.

In the v2 API, this object is not directly accessible when working within a browser console—or when referring to another Nintex Apps page runtime.

If you are experiencing issues, use the skuid.runtime API to target the appropriate page context.

skuid.$

Many JavaScript libraries use $ as their namespace. To protect Nintex Apps's version of jQuery while simultaneously allowing developers to load in arbitrary third-party libraries, Nintex Apps uses jQuery's noConflict <> feature to create a custom jQuery namespace at skuid.$ .

You are free to load in any version of jQuery, or any other library, that you'd like to use alongside your Nintex Apps page. Nintex Apps includes jQuery 3, so it's usually not necessarily to load your own copy of jQuery.

Supported jQuery Plugins

Nintex Apps includes the following jQuery plugins. You may use these when building snippets, custom components, or running your own code within the context of a Nintex Apps page.