Skip to content

Instantly share code, notes, and snippets.

@hyonschu
Created May 23, 2013 22:55
Show Gist options
  • Save hyonschu/5640120 to your computer and use it in GitHub Desktop.
Save hyonschu/5640120 to your computer and use it in GitHub Desktop.
<script type="text/javascript">
$(document).ready( function(){
$(".go").click(function(){
for (var i = 0;i<$(".times").val();i++) {
$(".bingbot").reload();
}
})
})
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment