jq的text是否只会改变文本?
phpcn_u233
phpcn_u233 2017-03-06 14:16:34
0
2
1872

<div class="click_scaling">收起筛选框</div>

JQ: var _this = $(this);     _this.text("test");
各位请问为啥我执行_this.text("test") 后却连我的em标签也替换没了
text不是只改变文本吗?


phpcn_u233
phpcn_u233

reply all(2)
数据分析师

Will the text of jq only change the text? -PHP Chinese website Q&A-Does jq's text only change the text? -PHP Chinese website Q&A

Let’s take a look and learn.

阿神

替换文本的意思是把标签里面的所有内容都看作是文本,包括标签。所以替换了em也是理所当然的。

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template