请问为什么绑定到body的事件在火狐下需要点击两次才执行
$("body").on("click",function(){if(highlightindex!=-1){varcomText=$("#auto").hide().c...
$("body").on("click",function(){
if (highlightindex != -1) {
var comText = $("#auto").hide().children("div").eq(highlightindex).text();
//$("#auto").hide().children("div").eq(highlightindex).attr("click",'true');
$(name).attr("click",'true');
attr_span=$(name).attr("click");
$(name).val(comText);
} 展开
if (highlightindex != -1) {
var comText = $("#auto").hide().children("div").eq(highlightindex).text();
//$("#auto").hide().children("div").eq(highlightindex).attr("click",'true');
$(name).attr("click",'true');
attr_span=$(name).attr("click");
$(name).val(comText);
} 展开
展开全部
不知道这个是不是你要的
$(function(){
$("input[type='text']").focus(function(){
$("body").one('click',function(){
alert ('a');
});
}).click(function(e){e.stopPropagation();});
})
$(function(){
$("input[type='text']").focus(function(){
$("body").one('click',function(){
alert ('a');
});
}).click(function(e){e.stopPropagation();});
})
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询