JavaScript

A5.ajax Namespace

Description

Methods for building URL query strings and making ajax callbacks.

Methods

buildURLParam Method

Builds a URL encoded query string that can be used when making an Ajax callback.

callback Method

Makes an Ajax callback to the server.

urlEncode Method

Encodes a string of text so that it can be used as part of a URL.