search

Home  >  Q&A  >  body text

jq的text是否只会改变文本?

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

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


phpcn_u233phpcn_u2332820 days ago1881

reply all(2)I'll reply

  • 数据分析师

    数据分析师2017-10-01 00:42:12

    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.

    reply
    0
  • 阿神

    阿神2017-03-06 14:16:53

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

    reply
    0
  • Cancelreply