我只是 tzCheckbox 作为花哨的 ON/OFF,在 IE8 下我在这一行有错误
// Creating the new checkbox markup:
var checkBox = $('<span>', {
class: 'tzCheckBox ' + (this.checked ? 'checked' : ''),
html: '<span class="tzCBContent">' + labels[this.checked ? 0 : 1] +
'</span><span class="tzCBPart"></span>'
});
并且错误说:预期的标识符、字符串或数字。