修复jQuery tablesorter无法正确排序的bug(加千分位数字后)

修复jQuery tablesorter无法正确排序的bug(加千分位数字后)

找到函数:

function getElementText(config, node) {
var text = “”;
if (!node) return “”;
if (!config.supportsTextContent) config.supportsTextContent = node.textContent || false;
if (config.textExtraction == “simple”) {
if (config.supportsTextContent) {
text = node.textContent;
} else {
if (node.childNodes[0]

© 版权声明

相关文章

暂无评论

none
暂无评论...