manatlan on 09/09/09
Last Edited at 09/09/09 05:27pm
<script type='text/javascript'> $(document).ready(function(){ $("#working").bind("ajaxSend", function(){ $(this).show(); }).bind("ajaxComplete", function(){ $(this).hide(); }); }); </script>
Report this snippet Tweet
Comment:
You need to login to post a comment.