Hi I want to know is there any technique through which I can control the time for which the loading image using jquery can be displayed for a long time. For example:
$('#ajax').html('<img src="ajax.gif"/>');
$('#iframe').load('file.php');
Now I want to know is there any way through which I can display the ajax.gif for a specified amount of time? Please let me know.
try