diff --git a/.datatables-commit-sync b/.datatables-commit-sync index 8f8ff4e6..ee5f1d67 100644 --- a/.datatables-commit-sync +++ b/.datatables-commit-sync @@ -1 +1 @@ -ad8a5b8006d7201339245300e31c0988154f93a6 +0c06e5f2698f78d2e539f675365bcaeceb5a7ad8 diff --git a/examples/api/multi_filter.html b/examples/api/multi_filter.html index 1fe085d9..81e2223e 100644 --- a/examples/api/multi_filter.html +++ b/examples/api/multi_filter.html @@ -38,7 +38,7 @@ $(document).ready(function() { table.columns().every( function () { var that = this; - $( 'input', this.footer() ).on( 'keyup change', function () { + $( 'input clear', this.footer() ).on( 'keyup change', function () { if ( that.search() !== this.value ) { that .search( this.value ) @@ -572,7 +572,7 @@ $(document).ready(function() { table.columns().every( function () { var that = this; - $( 'input', this.footer() ).on( 'keyup change', function () { + $( 'input clear', this.footer() ).on( 'keyup change', function () { if ( that.search() !== this.value ) { that .search( this.value )