>  Q&A  >  본문

선생님, 가르쳐주신 코드를 왜 실행할 수 없나요?

<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<title>jquery 객체 트래버스</title> ;
<script src="../jquery-3.3.1.js"></script>
<script>
$("button").click(function () {
                                                'li'). CSS ("color", "red")
// 위에 주석이 달린 코드는 이 함수를 사용하여 더 많은 기능을 완료할 수 있습니다. i+"---"+"www.php.cn");
});
})
       
   
</head>
<body>
<버튼 유형="버튼" name="버튼" >색상을 변경하려면 클릭하세요</button>
<ul>
/li>
                                                                      >
</html> ;

iUnicorniUnicorn2063일 전1606

모든 응답(5)나는 대답할 것이다

  • Alone88

    Alone882019-03-20 16:51:43

    JS 코드가 <body>에 작성된 경우 입력 기능을 추가해야 합니다

    회신하다
    0
  • iUnicorn

    불필요하니 스크립트 코드를 뒤쪽에 넣어주시면 됩니다. 답장을 보내 주셔서 감사합니다

    iUnicorn · 2019-03-20 17:00:15
  • 小灰

    小灰2019-03-19 16:53:53

    <!DOCTYPE html>

    <html lang="zh-CN">

    <head>

    <meta charset="UTF-8">

    <title>jquery 객체 트래버스

  • PHP 중국어 사이트 01
  • PHP 중국어 사이트 02
  • PHP 중국어 사이트 03
  • < li>PHP 중국어 웹사이트 04</li>

    <li>PHP 중국어 웹사이트 05</li>

    </ul>

    </body>

    <script src="https:// code.jquery.com /jquery-3.2.1.min.js"></script>

    <script>

    $("button").click(function () {

    //위 주석 처리된 코드 줄, 이 함수를 사용하여 더 많은 기능을 완성하세요

    $("li").each(function (i) {

    $(this).css("color","red").html(i+" -- -"+"www.php.cn");

    });

    })

    </script>

    </html>

    회신하다
    1
    iUnicorn

    답변 감사합니다 위치를 바꿔서 해결했습니다. 다시 한 번 감사드립니다! ! 하하~~

    iUnicorn · 2019-03-20 16:59:33
  • 취소회신하다