js는 jquery 작성 샘플 code_javascript 기술을 모방합니다.

WBOY
풀어 주다: 2016-05-16 17:32:09
원래의
1048명이 탐색했습니다.

테스트 코드:

코드 복사 코드는 다음과 같습니다.

(function(){
var p=new PEvent(document);
p.click(function() {
//alert("click");
//alert(p.style);
var html= "";
for ( 문서의 var 항목) {
html =item ':' document[item] "rn"
}
//alert(html); }) ;
p.dblclick(function() {
alert("더블클릭");
})
p.contextmenu(function(event) {
try{
var x =event.clientX;
var y=event.clientY;
var menu=g("menu");

//판단 좌표
var width=document. body.clientWidth;
var height=document.body.clientHeight;
x=(x menu.clientWidth)>=width?width-menu.clientWidth:x; )>= 높이?height-menu.clientHeight:y;

//alert("보이는 높이: " height ", 마우스 높이: " y)
menu.style.top=y " px";
menu.style.left=x "px";
menu.style.display="block";

}catch(e){
alert(e);
}
return false;
});
function PEvent(dom){

this.x=function() {
this.style.css=dom. style;
}

this.click=function(fn){
dom.onclick=fn;
this.x()

this .dblclick= function(fn){
dom.ondblclick=fn;
}

this.contextmenu=function(fn){
dom.oncontextmenu=fn; 🎜>
this.style=new Po();

function Po() {
this.name=new Object(); id=new Object();
this.css=new Object();
}
})()
function g(id){
return document.getElementById(id) ;
}


jquery에서는 이벤트를 처리할 때 익명 메서드를 작성할 수 있습니다. 예:




코드 복사

코드는 다음과 같습니다:
obj.click(function(){ alert("hello"); }) 이 양식으로 이의를 제기하세요.
메서드에 매개변수를 전달할 때 재미있는 메소드를 전달할 수 있습니다.
은 다음과 같이 호출할 수 있습니다.



코드 복사


코드는 다음과 같습니다.
this .dblclick=function(fn){ dom.ondblclick=fn }
관련 라벨:
js
원천:php.cn
본 웹사이트의 성명
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.
최신 이슈
인기 튜토리얼
더>
최신 다운로드
더>
웹 효과
웹사이트 소스 코드
웹사이트 자료
프론트엔드 템플릿