Skip to content

Instantly share code, notes, and snippets.

View dasim's full-sized avatar

Dalibor Simacek dasim

View GitHub Profile
@dasim
dasim / 0_reuse_code.js
Created January 21, 2014 07:00
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
<!doctype html>
<html class="no-js" lang="cs">
<head>
</head>
<body>
<script src="http://documentcloud.github.com/underscore/underscore-min.js"></script>
<script src="http://documentcloud.github.com/backbone/backbone.js"></script>
<script src="http://code.jquery.com/jquery-1.7.1.min.js"></script>
<script>
$(function() {