diff --git a/lib/jquery/floatthead.js b/lib/jquery/floatthead.js
index 4c79b5368e71422ef061f9ff9610a6aa78808866..3ffbd7944ce1c72fc6d1ab0ca6428fea62a6f835 100644
--- a/lib/jquery/floatthead.js
+++ b/lib/jquery/floatthead.js
@@ -1,4 +1,4 @@
-"use strict";
+'use strict';
 
 Object.defineProperty(exports, "__esModule", {
     value: true
@@ -9,6 +9,9 @@ exports.responsiveScroll = responsiveScroll;
 /**
  * Created by gavorhes on 6/22/2016.
  */
+var $ = require('jquery');
+global.jQuery = $;
+
 require('floatthead');
 
 /**
diff --git a/src/jquery/floatthead.js b/src/jquery/floatthead.js
index d0d0bc04518cfd85aedbc0c742ecf83a36850c12..2bafd50ace2d3a6524548b419b742ff5080a85c4 100644
--- a/src/jquery/floatthead.js
+++ b/src/jquery/floatthead.js
@@ -1,6 +1,9 @@
 /**
  * Created by gavorhes on 6/22/2016.
  */
+const $ = require('jquery');
+global.jQuery = $;
+
 require('floatthead');