fnDestroy does not remove all jQuery UI markup.. fix
fnDestroy does not remove all jQuery UI markup.. fix
vyshakh
Posts: 2Questions: 0Answers: 0
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