From 63d8c7ad5a3ae5524d504229cd92536c5d695a44 Mon Sep 17 00:00:00 2001 From: Ben Corlett Date: Tue, 10 Feb 2015 10:04:23 +1000 Subject: [PATCH] Allow for responsive tables to work with jQuery in no-conflic mode. --- responsive-tables.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ){