ColVis Button Does Not Work With jQuery 3.X

ColVis Button Does Not Work With jQuery 3.X

SickPuPSickPuP Posts: 13Questions: 6Answers: 0

When attempting to use the buttons extension I noticed that the ColVis button appeared and popped up the list when clicked. However, when I clicked on a column from the list it gave the following error in the JavaScript:

Object doesn't support property or method 'andSelf'

According to the jQuery documentation the andSelf() function was depricated in version 1.8 and replace by the addBack(selector) function. See the documentation here in order to apply the correct patch to the extension.

http://jquery.com/upgrade-guide/1.9/#addback-selector-replaces-andself-

Thanks

Replies

  • allanallan Posts: 63,812Questions: 1Answers: 10,516 Site admin

    This is a known issue as was fixed here. The nightly has the fix already and I'm going to package Buttons 2.1.2 up, probably tomorrow, which will include the fix.

    Allan

This discussion has been closed.