Name
|
Purpose
|
---|---|
handleResponse (responseText, responseObject)
|
Parses actions from an asynchronous response. Generic high level method that will delegate to all the types of responses.
|
stripText (text,
divID,
skipScriptEval,
start,
end)
|
Gets rid of unwanted text from the response. Substrings out antying not inbetween the html comment.
Can execute javascript blocks conditionally.
Start/end are the html comment strings to use to find the response in.
|