Broken in jQuery 2.1.4 & 1.11.3
Broken in jQuery 2.1.4 & 1.11.3
mgol
Posts: 2Questions: 0Answers: 0
Apparently, DataTables relies on undocumented behavior on jQuery.map, i.e. that it used to work on strings. This was never supported and no longer works in jQuery 2.1.4 & 1.11.3 that we released yesterday. We've had a couple of reports from users about this problem on the jQuery bug tracker, see:
https://github.com/jquery/jquery/issues/2242
and:
https://github.com/jquery/jquery/issues/2145#issuecomment-97466254
A fix is required on your side.
This discussion has been closed.
Replies
Hi,
Thanks very much for taking the time to report this issue to me. A fix has already been committed this morning and the nightly version is now up to date.
It was completely unintentional that I was using undocumented behaviour before - that was just a straight up bug!
Regards,
Allan
Thanks!