Hello Friends,

i am new to jquery and this group as this is my first post and just
started to work with jquery.

My question is how can we use and loading indicator while we are
extracting some data from other file with load function. The code i am
using is as follow :-

<script type="text/JavaScript">
$(document).ready(function(){
$("#show").load("file.php")
});
</script>

<div id="show"></div>

currently i am using simple codes to start with.

Can anyone tell me how can we show the loading indicator with above
code ?

Thanks

Reply via email to