1
0
mirror of https://github.com/DataTables/DataTables.git synced 2025-02-19 17:54:14 +01:00

Fix: Selector was too selective for filtering in old browsers

This commit is contained in:
Allan Jardine 2014-03-14 12:31:19 +00:00
parent 302f0be0ac
commit 1d0a155226
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
ccad156eb73b327e1878b864cb9a64912acdcd20
8365a01e098ce80a9ae8f63110456f6a88628340

View File

@ -2588,7 +2588,7 @@
_fnDraw( settings );
}
};
var jqFilter = $('input[type="search"]', filter)
var jqFilter = $('input', filter)
.val( previousSearch.sSearch.replace('"','"') )
.bind(
'keyup.DT search.DT input.DT paste.DT cut.DT',