DT 1.10 breaks in jQuery 1.7.2 (lengthmenu)
DT 1.10 breaks in jQuery 1.7.2 (lengthmenu)
Hi,
Congrats on the new release of DataTables.
I was playing with it locally and noticed it doesn't work in jQuery 1.7.2 but your documentation states jQuery 1.7 as a minimum requirement. (Note: works fine in 1.8+)
See this fiddle: http://live.datatables.net/witerik
Tracked it down to: length menu creation (line: 3209).
If you change oLanguage.sLengthMenu to "MENU" it works fine in jQuery 1.7.2
oLanguage: {
sLengthMenu: 'MENU'
}
This question has an accepted answers - jump to answer
Answers
Thanks for letting me know about this. I'll look into it and see if it was a jQuery bug that has now been fixed or a new feature that has been added. But yes, 1.7 was my target version for compatibility.
Allan