The jQuery type exposes the following members.

Constructors

  NameDescription
Public methodjQuery
DotNetNuke.Framework.jQuery

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodStatic memberGetJQueryMigrateScriptReference Obsolete.
Public methodStatic memberGetJQueryScriptReference Obsolete.
Public methodStatic memberGetJQueryUIScriptReference Obsolete.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberJQueryFile Obsolete.
Public methodStatic memberJQueryFileMapPath Obsolete.
Public methodStatic memberJQueryMigrateFile Obsolete.
Public methodStatic memberJQueryUIFile Obsolete.
Public methodStatic memberJQueryUIFileMapPath Obsolete.
Public methodStatic memberKeepAlive
Active the page with keep alive, so that authentication will not expire.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberRegisterDnnJQueryPlugins Obsolete.
Public methodStatic memberRegisterFileUpload
Public methodStatic memberRegisterHoverIntent Obsolete.
Public methodStatic memberRegisterJQuery Obsolete.
Public methodStatic memberRegisterJQueryUI Obsolete.
Public methodStatic memberRegisterScript(Page) Obsolete.
Public methodStatic memberRegisterScript(Page, String) Obsolete.
Public methodStatic memberRequestDnnPluginsRegistration Obsolete.
Public methodStatic memberRequestHoverIntentRegistration Obsolete.
Public methodStatic memberRequestRegistration Obsolete.
Public methodStatic memberRequestUIRegistration Obsolete.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Extension Methods

  NameDescription
Public Extension MethodToJson
Extension method on object that serializes the value to Json. Note the type must be marked Serializable or include a DataContract attribute.
(Defined by JsonExtensionsWeb.)

Fields

  NameDescription
Public fieldStatic memberDefaultHostedUrl
Returns the default URL for a hosted version of the jQuery script
Public fieldStatic memberDefaultUIHostedUrl

Properties

  NameDescription
Public propertyStatic memberAreDnnPluginsRequested
Public propertyStatic memberHostedMigrateUrl Obsolete.
Gets the HostSetting for the URL of the hosted version of the jQuery migrated script.
Public propertyStatic memberHostedUIUrl Obsolete.
Gets the HostSetting for the URL of the hosted version of the jQuery UI script.
Public propertyStatic memberHostedUrl Obsolete.
Gets the HostSetting for the URL of the hosted version of the jQuery script.
Public propertyStatic memberIsHoverIntentRequested
Public propertyStatic memberIsInstalled Obsolete.
Checks whether the jQuery core script file exists locally.
Public propertyStatic memberIsRequested
Public propertyStatic memberIsRquested Obsolete.
Public propertyStatic memberIsUIInstalled Obsolete.
Checks whether the jQuery UI core script file exists locally.
Public propertyStatic memberIsUIRequested
Public propertyStatic memberUIVersion
Gets the version string for the local jQuery UI script
Public propertyStatic memberUseDebugScript Obsolete.
Gets the HostSetting to determine if we should use the standard jQuery script or the minified jQuery script.
Public propertyStatic memberUseHostedScript Obsolete.
Gets the HostSetting to determine if we should use a hosted version of the jQuery script.
Public propertyStatic memberVersion
Gets the version string for the local jQuery script

See Also