JavaScript Files | Home: http://pwall.net |
Email: Needs JavaScript |
ON THIS PAGE:
OTHER PAGES:
|
I have a few JavaScript files that I use repeatedly — functions
that handle string manipulations and a JavaScript class to manage
communication in an AJAX environment.
I may add more to this from time to time.
There are two files here so far, a set of string utility functions and
the
HTTPRequest class to facilitate AJAX-style server access.
To avoid polluting the namespace, these files both adopt the naming
convention of containing all names with the net.pwall
pseudo-object.
Documentation on how to use the files is included as comments within the
files.
A ZIP file of the JavaScript files is available for download.
Do not deep-link to the download file — the URL includes a
numeric IP address which may change from time to time.
This software is copyright © 2007, 2008 Peter Wall.
It is licensed under the
GNU Lesser General Public
License.
|