4 public static function none($responseElement,$jqueryDone=
"html"){
5 return "\t$({$responseElement}).{$jqueryDone}( data );\n";
8 public static function fade($responseElement,$jqueryDone=
"html"){
9 return "\t$({$responseElement}).hide().{$jqueryDone}( data ).fadeIn();\n";
12 public static function slide($responseElement,$jqueryDone=
"html"){
13 return "\t$({$responseElement}).hide().{$jqueryDone}( data ).slideDown();\n";
static none($responseElement, $jqueryDone="html")
static slide($responseElement, $jqueryDone="html")
static fade($responseElement, $jqueryDone="html")