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 Skuid 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 Skuid’s version of jQuery while simultaneously allowing developers to load in arbitrary third-party libraries, Skuid 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 Skuid page. Skuid includes jQuery 3, so it’s usually not necessarily to load your own copy of jQuery.
Supported jQuery Plugins¶
Skuid includes the following jQuery plugins. You may use these when building snippets, custom components, or running your own code within the context of a Skuid page.
-
jQuery blockUI pluginCopyright (c) 2007-2013, M. AlsupDual licensed under the MIT and GPL licenses.
Skuid 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.1Copyright 2012, Digital FusionLicensed under the MIT license.Skuid Hotkeys, based on jQuery Hotkeys
jQuery Hotkeys pluginCopyright 2010, John ResigDual licensed under the MIT or GPL Version 2 licenses.Based upon the plugin by Tzury Bar Yochay:Original idea by Binny V A-
jQuery Cookie plugin v1.3.1Copyright 2013 Klaus HartlReleased under the MIT license.