html jQuery这个の使い方

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html jQuery这个の使い方相关的知识,希望对你有一定的参考价值。

$(function(){
  $('.item-list').click(function(){
    $('this').css('color','red');
  });
}):
<ul>
  <li class="item-list"></li>
  <li class="item-list"></li>
  <li class="item-list"></li>
</ul>

以上是关于html jQuery这个の使い方的主要内容,如果未能解决你的问题,请参考以下文章

html 不メソッドの使い方

html Google Map Javascript API v3の基本の使い方

text 提琴手の使い方

markdown Docker Registryの使い方

markdown 统一の使い方

sh getopt的の使い方