quicksearch on html table does not work on IE9 Why??
I have written bellow script for seaching.
$('input#txtBxName').quicksearch('table#myTable tbody tr');
It is working fine on chrome, firefox and IE 11 but does not working on IE9.
please suggest me any other script or trick.
regards
Haroon Wasim