$("#button1").bind("click",function(){
alert("func1");
});
$("#button1").bind("click",function(){
alert("func2");
});
$("#button1").bind("click",sameFunc);
$("#button1").bind("click",sameFunc);
function sameFunc()
{
alert("func");
}
$("#button1").bind("mousedown mouseup",function(){
console.log(11);
});
$("#button1").bind(
{
"mousedown":function(){
console.log("mousedown");
},
"mouseup":function(){
console.log("mouseup");
}
}
);
$("#button1").bind("click", {name:"aty"}, function(eventObject){
alert("params=" + eventObject.data.name);
});
$("#button1").bind("click",function(eventObj){
console.log("click1");
});
$("#button1").bind("click",function(eventObj){
console.log("click2");
});
$("#button1").bind("mouseup",function(eventObj){
console.log("mouseup");
});
$("#button1").bind("mousedown",function(eventObj){
console.log("mousedown");
});
$("#button1").bind("click",function(eventObj){
console.log("click1");
});
$("#button1").bind("click",function(eventObj){
console.log("click2");
});
// try to cancel function2
$("#button1").unbind("click",function(eventObj){
console.log("click2");
});
$("#button1").bind("click",func1);
$("#button1").bind("click",func2);
// try to cancel function2
$("#button1").unbind("click",func2);
function func1()
{
console.log("click1");
}
function func2()
{
console.log("click2");
}
$("#button1").bind("click.a",function(eventObj){
console.log("click1");
});
$("#button1").bind("click.b",function(eventObj){
console.log("click2");
});
// success to cancel function2
$("#button1").unbind("click.a");
// 2个命名空间a和b
$("#button1").bind("click.a",function(eventObj){
console.log("click1");
});
$("#button1").bind("click.b",function(eventObj){
console.log("click2");
});
$("#button1").bind("mouseup.a",function(eventObj){
console.log("mouseup");
});
$("#button1").bind("mousedown.a",function(eventObj){
console.log("mousedown");
});
$("#button1").unbind("click.a");
$("#button1").unbind("mouseup");
$("#button1").unbind("mousedown");
$("#button1").unbind(".a");
机械节能产品生产企业官网模板...
大气智能家居家具装修装饰类企业通用网站模板...
礼品公司网站模板
宽屏简约大气婚纱摄影影楼模板...
蓝白WAP手机综合医院类整站源码(独立后台)...苏ICP备2024110244号-2 苏公网安备32050702011978号 增值电信业务经营许可证编号:苏B2-20251499 | Copyright 2018 - 2025 源码网商城 (www.ymwmall.com) 版权所有