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.
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.
-
jQuery blockUI plugin
Copyright (c) 2007-2013, M. Alsup
Dual licensed under the MIT and GPL licenses.
-
Nintex Apps Number Format, based on jQuery Number plugin
( Note: Only the $.number() functionality is included. $('.selector').number() is not currently available.)
jQuery number plugin 2.0.1
Copyright 2012, Digital Fusion
Licensed under the MIT license.
-
Nintex Apps Hotkeys, based on jQuery Hotkeys
jQuery Hotkeys plugin
Copyright 2010, John Resig
Dual licensed under the MIT or GPL Version 2 licenses.
Based upon the plugin by Tzury Bar Yochay:
https://github.com/tzuryby/jquery.hotkeys
Original idea by Binny V A
-
jQuery Cookie plugin v1.3.1
Copyright 2013 Klaus Hartl
Released under the MIT license.