/*
* jQuery PHP Plugin
* version: 0.5 (07/07/2008)
* author: Anton Shevchuk (http://anton.shevchuk.name)
* @requires jQuery v1.2.1 or later
*
* Examples and documentation at: http://jquery.hohli.com/
* Dual licensed under the MIT and GPL licenses:
* http://www.opensource.org/licenses/mit-license.php
* http://www.gnu.org/licenses/gpl.html
*
* Revision: $Id$
*/
php = {
/**
* beforeSend
*/
beforeSend:function() {
return true;
},
/**
* success
* parse AJAX response
* @param object response
* @param string textStatus
*/
success:function (response, textStatus) {
// call jquery methods
for (var i=0;i";
if (exObj!=false) {
printStr += "exception was catch: "+except.toString()+"
";
}
// add http status description
printStr += "
HTTP status:
"+xmlEr.status +" - "+xmlEr.statusText+"
";
// add response text
printStr += "Response text :
"+ xmlEr.responseText ;
printStr += "