myAJAX

myAJAX is an AJAX Javascript OOP implementation.
Download

myAJAX Ranking & Summary

Advertisement

  • Rating:
  • License:
  • MIT/X Consortium Lic...
  • Price:
  • FREE
  • Publisher Name:
  • Raul Ionescu
  • Publisher web site:

myAJAX Tags


myAJAX Description

myAJAX is an AJAX Javascript OOP implementation. myAJAX is an AJAX Javascript OOP implementation.Object myAJAXPARAMETERSurl = page's URLurlParameters = page's parametersmethod = 'HEAD', 'GET' or 'POST' with a defaul value of 'GET'refreshInterval = sets the execution of AJAX request periodically for values not zero; it is expressed in msec.onProgressFunction = function called on interactive modeonReadyFunction = function called when server's response is constants.serverStatus.OK onErrorFunction = function called when server's response is other than constants.serverStatus.OK InnerHtmlId = is the ID of an html element who will be populated with the text response PROPERTIESsame as PARAMETRS METHODSnamedInstance(instanceName) = create and/or just return specified instance nameurlEncode(urlParameters) = encode URL parameterssendRequest() = performs AJAX requestabortRequest() = aborts AJAX requestonProgressFunction(new String(responseText), new Number(myContentLength));onReadyFunction(Array(ResponseHeaders) | new myXML() | new String(responseText));onErrorFunction(new String(statusText),new Number(status));Object myXMLPARAMETERSxmlDoc = XML object returned by responseXML PROPERTIESsame as PARAMETRS METHODSrootNodeName = returns root node's name of the XML documentrootNodeObject = returns root node object of the XML documentnodeObject(nodeName, index=0 | nodeObj) = returns node object of the XML documentnodeValue(nodeName,index=0 | nodeObj) = returns node's valuenodeAttribute=function(nodeName, index, attribute | nodeObj, attribute) = returns node's attributenodesByTagName(tagName) = returns a list of nodes with specified tag nameObject cookiePARAMETERSname = cookie's name PROPERTIESnoneMETHODSset(value, days) = sets cookie's valueget() = get cookie's valuedelete() = delete cookieWhat's New in This Release:· Major bugfixes.


myAJAX Related Software