Welcome Guest, Not a member yet? Register   Sign In
Xajax loading message
#2

[eluser]!Z[/eluser]
You can create one function in JS to make the loading.

Ej.

Code:
function Loading(){
   $('#div_loading').html("<img src='loading.gif' />Loading...");
}

in PHP

you can hide that div.

with this.

Code:
$objResponse = new xajaxResponse();
$objResponse->assign("div_loading","style.display","none");
return $objResponse;

I hope this help you.

Bye


Messages In This Thread
Xajax loading message - by El Forum - 05-06-2008, 08:54 AM
Xajax loading message - by El Forum - 04-10-2009, 05:10 PM
Xajax loading message - by El Forum - 09-21-2009, 04:44 AM



Theme © iAndrew 2016 - Forum software by © MyBB