diff --git a/responsive-tables.js b/responsive-tables.js index 1a862f1..7fbdc34 100644 --- a/responsive-tables.js +++ b/responsive-tables.js @@ -1,4 +1,4 @@ -$(document).ready(function() { +jQuery(document).ready(function($) { var switched = false; var updateTables = function() { if (($(window).width() < 767) && !switched ){