Problem with jquery 3.1.0
Problem with jquery 3.1.0
aocneanu
Posts: 2Questions: 0Answers: 0
When using DT with jQuery 3.1.0 I encountered the following problem:
"TypeError: d(a.target).parents().andSelf is not a function. (In 'd(a.target).parents().andSelf()', 'd(a.target).parents().andSelf' is undefined)"
It seems to be a problem with ".andSelf" function as this was deprecated.
This discussion has been closed.
Replies
Hoi,
seems like it is already fixed in Buttons 1.2.2
cheers
Hannes
This is correct - Buttons 1.2.2 addressed this.
Allan
Thank you!