我在添加到Kendo TreeView上的节点时出现问题
$(groupNode).find('div:first').append("<div id='divWeightings' style='padding-left: 40px; font-size: 9px; color: gray;'>This group has total weightings of <span id='spWeight' style='background-color:" + bgColor + ";'>" + totalWeight + "<span>%</div>");
代码在页面中显示如下:
该组的总权重为100
我遇到的问题是%没有出现在页面上。那是为什么?
答案 0 :(得分:1)
所以要关闭这个问题。
%符号需要转义或转换为HTML符号。
'%'