Ajax Utility Functions
This is a set of utility function that are used in relation to the client AJAX library.
Class Members
| Member | Description | |
|---|---|---|
| IncludewwjQuery | Injects the ww.jquery.js script library into the page with a tag in the body of the document. Note this library depends so you should likely also call IncludejQuery() to load jQuery into the page.
o.IncludewwjQuery(lcScriptLocation)
|
|
| IncludejQuery | Loads the jQuery Javascript library into the page. Meant to be used by controls that require jQuery as a resource.
o.IncludejQuery(lcScriptLocation)
|
|
