//module anchor now use instant search to filter module list
This commit is contained in:
@@ -64,8 +64,8 @@
|
||||
$('document').ready( function() {
|
||||
// ScrollTo
|
||||
if (anchor != '')
|
||||
$.scrollTo('#'+anchor, 1200, {offset: -100});
|
||||
|
||||
$.uiTableFilter($('#moduleContainer').find('table'), anchor);
|
||||
|
||||
$('#moduleQuicksearch').keyup(function() {
|
||||
console.log(this.value);
|
||||
$.uiTableFilter($('#moduleContainer').find('table'), this.value);
|
||||
|
||||
Reference in New Issue
Block a user