Skip to content

Instantly share code, notes, and snippets.

View KyFaSt's full-sized avatar
🐈‍⬛

Kylie Stradley KyFaSt

🐈‍⬛
View GitHub Profile
@KyFaSt
KyFaSt / gist:7392761
Created November 10, 2013 02:13
no one knows waht this does
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" href="../../docs-assets/ico/favicon.png">
@KyFaSt
KyFaSt / gist:7392671
Created November 10, 2013 02:03
calendar script
<script>
$(document).ready(function() {
// page is now ready, initialize the calendar...
var calendar = $('#calendar').fullCalendar({
// put your options and callbacks here
})
$('#calendar').hide();