JQuery 3.0
JQuery 3.0
rodrangra
Posts: 18Questions: 3Answers: 0
Hi people!
The new Jquery 3.0 is ready to test.
I saw that some "breaks" are coming. For example with ".load()" function.
I think this will be a break on DataTable, am I right?
Thanks!
:D
This discussion has been closed.
Replies
I wouldn't expect that a change in
load()
would break DataTables, as that isn't a jQuery method DataTables uses :-).As it happens I built a version of jQuery from git yesterday and it ran without any issues that I could see.
Regards,
Allan
Thanks Allan!
I told this as an example.
But the reason is to alert you about Jquery 3.0 "breaks".
Thanks a lot, and congrats for the work!
:D
I've just read over the jQuery blog post about the 3.0 alphas - I don't think there is anything described there that could cause issues for DataTables.
I will of course be running it through my test suite shortly to make sure though :-)
Allan