event.namespace

· 8년 전 · 2427

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,651
jQuery
[jQuery]
8년 전 조회 1,831
jQuery 8년 전 조회 1,742
jQuery 8년 전 조회 1,440
jQuery 8년 전 조회 1,821
jQuery 8년 전 조회 1,531
jQuery 8년 전 조회 1,795
jQuery 8년 전 조회 2,197
jQuery 8년 전 조회 2,164
jQuery 8년 전 조회 1,726
jQuery 8년 전 조회 1,804
jQuery 8년 전 조회 2,206
jQuery
[jQuery]
8년 전 조회 1,698
jQuery
[jQuery]
8년 전 조회 1,613
jQuery 8년 전 조회 2,428
jQuery 8년 전 조회 3,840
PHP 8년 전 조회 5,850
기타 8년 전 조회 2,186
기타 8년 전 조회 2,003
기타 8년 전 조회 2,279
jQuery 8년 전 조회 1,863
jQuery 8년 전 조회 1,577
jQuery 8년 전 조회 2,381
jQuery 8년 전 조회 2,050
jQuery
[jQuery]
8년 전 조회 1,834
jQuery 8년 전 조회 2,073
jQuery
[jQuery]
8년 전 조회 1,489
jQuery
[jQuery]
8년 전 조회 1,802
jQuery
[jQuery]
8년 전 조회 1,496
jQuery
[jQuery]
8년 전 조회 1,437