Skip to content

Instantly share code, notes, and snippets.

@quentin-aslan
Last active October 7, 2015 18:15
Show Gist options
  • Save quentin-aslan/5121c375b96c35fb065f to your computer and use it in GitHub Desktop.
Save quentin-aslan/5121c375b96c35fb065f to your computer and use it in GitHub Desktop.
Jquery
<script type="text/javascript">
$(function(){
while(true){
//code a faire
}
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment