Dynamic sorting for theme Sparkle

This commit is contained in:
BNoiZe
2013-10-05 18:15:31 +02:00
parent 939c1950ea
commit 08e9f3ebd0
27 changed files with 291 additions and 89 deletions

View File

@@ -20,6 +20,14 @@ $(document).ready(function() {
return false;
});
// Enable datatable
$('#sortable').dataTable({
"bFilter": false,
"bInfo": false,
"bPaginate": false
});
$('.nosort').unbind('click');
// this is necessary for the special setting feature (ref #1010)
$.getQueryVariable = function(key) {
var urlParams = decodeURI( window.location.search.substring(1) );