Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ラベル内のテキストを変更しようとすると、次のようなエラーが発生しました Unexpected call to method or property access.
Unexpected call to method or property access.
使用コード:
$("#lableText").text('12')
また
$("#lableText").text(numberOfPages)
誰でもこれについて私を助けてもらえますか?
正常に動作しているようですが、おそらく $ は別のライブラリに乗っ取られているのでしょうか? 何をしjQuery("#lableText").text('12')ますか?
jQuery("#lableText").text('12')