phpMv
-UI toolkit 2.4.12
jQuery, jQuery UI, Twitter Bootstrap and Semantic-UI library for php & php MVC Frameworks
Loading...
Searching...
No Matches
JQueryAjaxEffect.php
Go to the documentation of this file.
1
<?php
2
namespace
Ajax\service
;
3
class
JQueryAjaxEffect
{
4
public
static
function
none
($responseElement,$jqueryDone=
"html"
){
5
return
"\t$({$responseElement}).{$jqueryDone}( data );\n"
;
6
}
7
8
public
static
function
fade
($responseElement,$jqueryDone=
"html"
){
9
return
"\t$({$responseElement}).hide().{$jqueryDone}( data ).fadeIn();\n"
;
10
}
11
12
public
static
function
slide
($responseElement,$jqueryDone=
"html"
){
13
return
"\t$({$responseElement}).hide().{$jqueryDone}( data ).slideDown();\n"
;
14
}
15
}
Ajax\service\JQueryAjaxEffect
Definition
JQueryAjaxEffect.php:3
Ajax\service\JQueryAjaxEffect\fade
static fade($responseElement, $jqueryDone="html")
Definition
JQueryAjaxEffect.php:8
Ajax\service\JQueryAjaxEffect\slide
static slide($responseElement, $jqueryDone="html")
Definition
JQueryAjaxEffect.php:12
Ajax\service\JQueryAjaxEffect\none
static none($responseElement, $jqueryDone="html")
Definition
JQueryAjaxEffect.php:4
Ajax\service
Definition
AjaxCall.php:2
Ajax
service
JQueryAjaxEffect.php
Generated on Sun Dec 10 2023 16:16:11 for
phpMv-UI
by
doxygen
1.9.8