the filter function will not work with IE10 in my environement
the filter function will not work with IE10 in my environement
Hello
On my internal server filter function does not work with IE10 and IE11. It works in Chrome, Firefox and IE8, IE9.
The code generated for the input filter with IE 10:
[code] [/ code]
The generated code in Chrome
[code] [/ code]
The same page hosted on an external server works! If I test with the DataTables script 1.9 it works well.
I do not understand where the problem is.
Thank you for your help
On my internal server filter function does not work with IE10 and IE11. It works in Chrome, Firefox and IE8, IE9.
The code generated for the input filter with IE 10:
[code] [/ code]
The generated code in Chrome
[code] [/ code]
The same page hosted on an external server works! If I test with the DataTables script 1.9 it works well.
I do not understand where the problem is.
Thank you for your help
This discussion has been closed.
Replies
Allan
If I put the same code on an External server then it works.
If I change the version of DataTables by 1.9 on the Intranet server that works too.
If I analyze the generated code when it does not work, the code input is this "".
I think that is why nothing is happening.
I tested with this code http://gte.gt-location.fr.
If I change on line 2559 [code][/code] by [code] [/code] and on line in 2591 [code]jqFilter var = $ ('input [type = "search"]' filter ) [/code] by [code]jqFilter var = $ ('input [name = "search"]' filter)[/code] , everything works with all my versions.
the problem with IE10 type = "search" is changed to type = "text" the attr name are not change......
Thanks again,
Allan