최신 웹 개발 튜토리얼
 

jQuery context Property

<jQuery를 등록

결정 context :

$("div").append("<p>" + $("div").context + "</p>")
.append("<p>" + $("div",document.body).context.nodeName + "</p>");
»그것을 자신을 시도

정의 및 사용

context 속성이되었다 되지 jQuery를 버전 1.10에서.

context 속성은 원래 포함 context 에는 노드, 문서 전달되지 않은 경우, DOM 노드 컨텍스트, 또는 수 jQuery를에 전달, context .


통사론

context

<jQuery를 등록