advanced code snippet search
manatlan on 09/09/09
javascript html jquery
09/09/09 05:27pm
1 person have marked this snippet as a favorite
StrawMan
<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.