好奇怪 能提交 但点击没效果额
$(function () {
$("#btntest").bind("click", function () {
$("div").toggle(
function(){
$(this).attr("display","none");
},
function(){
$(this).removeAttr("display");
});
})
});
不晓得我这代码问题出在哪
$(function () {
$("#btntest").bind("click", function () {
$("div").toggle(
function(){
$(this).attr("display","none");
},
function(){
$(this).removeAttr("display");
});
})
});
不晓得我这代码问题出在哪
2015-10-20
举报