2013-07-03 60 views
0

我只是tzCheckbox花式ON/OFF和IE8下我在此行tzCheckbox預期標識符,字符串或數字

// 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>' 
}); 

和錯誤有錯誤說:預期標識符,字符串或數字。

回答

相關問題