event.namespace

· 8년 전 · 2425

event.namespace


설명 : 이벤트가 트리거되었을 때 지정된 네임 스페이스입니다.


이것은 주로 사용 된 이벤트 네임 스페이스에 따라 다르게 작업을 처리하고자하는 플러그인 작성자가 주로 사용합니다.


예:

사용 된 이벤트 네임 스페이스를 결정하십시오.




<!doctype html>

<html lang="en">

<head>

  <meta charset="utf-8">

  <title>event.namespace demo</title>

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

</head>

<body>

 

<button>display event.namespace</button>

<p></p>

 

<script>

$( "p" ).on( "test.something", function( event ) {

  alert( event.namespace );

});

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

  $( "p" ).trigger( "test.something" );

});

</script>

 

</body>

</html>

|
댓글을 작성하시려면 로그인이 필요합니다.

개발자팁

개발과 관련된 유용한 정보를 공유하세요. 질문은 QA에서 해주시기 바랍니다.

+
분류 제목 글쓴이 날짜 조회
jQuery
[jQuery]
8년 전 조회 1,650
jQuery
[jQuery]
8년 전 조회 1,828
jQuery 8년 전 조회 1,738
jQuery 8년 전 조회 1,439
jQuery 8년 전 조회 1,815
jQuery 8년 전 조회 1,529
jQuery 8년 전 조회 1,794
jQuery 8년 전 조회 2,193
jQuery 8년 전 조회 2,163
jQuery 8년 전 조회 1,724
jQuery 8년 전 조회 1,801
jQuery 8년 전 조회 2,205
jQuery
[jQuery]
8년 전 조회 1,695
jQuery
[jQuery]
8년 전 조회 1,612
jQuery 8년 전 조회 2,426
jQuery 8년 전 조회 3,838
PHP 8년 전 조회 5,848
기타 8년 전 조회 2,185
기타 8년 전 조회 2,002
기타 8년 전 조회 2,277
jQuery 8년 전 조회 1,859
jQuery 8년 전 조회 1,575
jQuery 8년 전 조회 2,380
jQuery 8년 전 조회 2,047
jQuery
[jQuery]
8년 전 조회 1,832
jQuery 8년 전 조회 2,071
jQuery
[jQuery]
8년 전 조회 1,486
jQuery
[jQuery]
8년 전 조회 1,801
jQuery
[jQuery]
8년 전 조회 1,495
jQuery
[jQuery]
8년 전 조회 1,434