Skip to content

Instantly share code, notes, and snippets.

View JesseStorms's full-sized avatar
:dependabot:

Jesse Storms JesseStorms

:dependabot:
  • Leuven
  • 18:19 (UTC +02:00)
View GitHub Profile
@JesseStorms
JesseStorms / nitty.js
Last active September 28, 2020 07:52 — forked from ThzeTerminator/nitty.js
Nitty.js | Forked without uikit
try{ //todo: pure js
console.log('Forked from https://gist.github.com/ThzeTerminator/e50ef200fb021e8ddac8ea302b2eb083 | default Close icon sourced from getuikit.com/docs/icon');
$(document).ready(function() {
$('<div id="NittyContainer" class=""></div>').prependTo("body");
$("#NittyContainer").css({
"top": 0,
"left": 0,
"position": "fixed",
"width": "100%",
"height": "100%",