From c4d61068d6db99db322ffe44e2691bd5aaae73d9 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Thu, 3 Oct 2013 19:51:42 +0000 Subject: Use tablesorter themes and images now installed by acf-jquery --- alps/alps.css | 6 ++++++ alps/alps.js | 5 +++++ 2 files changed, 11 insertions(+) create mode 100644 alps/alps.js (limited to 'alps') diff --git a/alps/alps.css b/alps/alps.css index bb3f7bf..6b654f0 100644 --- a/alps/alps.css +++ b/alps/alps.css @@ -1,5 +1,11 @@ /* .css - Alpine ACF */ +/*---------------------------------------------------------------------------------- + * JQUERY TABLESORTER + *--------------------------------------------------------------------------------*/ + +@import "../static/tablesorter/theme.blue.css"; + /*---------------------------------------------------------------------------------- * GENERAL *---------------------------------------------------------------------------------- diff --git a/alps/alps.js b/alps/alps.js new file mode 100644 index 0000000..07c7e76 --- /dev/null +++ b/alps/alps.js @@ -0,0 +1,5 @@ +// Add tablesorter-blue class to .tablesorter objects +// Note: you must load jquery before loading this file +$(document).ready(function() { + $(".tablesorter").addClass("tablesorter-blue"); +}); -- cgit v1.2.3