fnDestroy does not remove all jQuery UI markup.. fix
fnDestroy does not remove all jQuery UI markup.. fix
![vyshakh](https://secure.gravatar.com/avatar/3226b3d4121b410ae4cc7ead93147136/?default=https%3A%2F%2Fvanillicon.com%2F3226b3d4121b410ae4cc7ead93147136_200.png&rating=g&size=120)
Line num
2216 - $('th', oSettings.nTHead).removeClass( [ _oExt.oStdClasses.sSortable,
2216 + $('th, td', oSettings.nTHead).removeClass( [ _oExt.oStdClasses.sSortable,
2221 - $('th span.'+_oExt.oJUIClasses.sSortIcon, oSettings.nTHead).remove();
2221 + $('th span.'+_oExt.oJUIClasses.sSortIcon
2222 +
2222 + ', td span.'+_oExt.oJUIClasses.sSortIcon, oSettings.nTHead).remove();
2224 - $('th', oSettings.nTHead).each( function () {
2224 +
2216 - $('th', oSettings.nTHead).removeClass( [ _oExt.oStdClasses.sSortable,
2216 + $('th, td', oSettings.nTHead).removeClass( [ _oExt.oStdClasses.sSortable,
2221 - $('th span.'+_oExt.oJUIClasses.sSortIcon, oSettings.nTHead).remove();
2221 + $('th span.'+_oExt.oJUIClasses.sSortIcon
2222 +
2222 + ', td span.'+_oExt.oJUIClasses.sSortIcon, oSettings.nTHead).remove();
2224 - $('th', oSettings.nTHead).each( function () {
2224 +
This discussion has been closed.
Replies
Regards,
Allan