Skip to content

Instantly share code, notes, and snippets.

View djiamnot's full-sized avatar

Michal Seta djiamnot

View GitHub Profile
@djiamnot
djiamnot / index.html
Created October 15, 2014 15:29
jQuery Slider Test // source http://jsbin.com/huqife/2
<!DOCTYPE html>
<html>
<head>
<link href="http://code.jquery.com/ui/1.11.1/themes/smoothness/jquery-ui.min.css" rel="stylesheet" type="text/css" />
<script src="http://code.jquery.com/jquery-1.11.0.min.js"></script>
<script src="http://code.jquery.com/ui/1.11.1/jquery-ui.min.js"></script>
<script src="https://rawgit.com/aterrien/jQuery-Kontrol/master/js/jquery.kontrol.js"></script>
<meta charset="utf-8">
<title>jQuery Slider Test</title>
</head>
@djiamnot
djiamnot / 0_reuse_code.js
Created June 26, 2014 19:48
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