最新回答 / qq_缘梦_2
忘加<script src="http://libs.baidu.com/jquery/1.9.0/jquery.js" type="text/javascript"></script>了吧
2015-03-20
$(this).val();获取某个元素节点的value值,相当于$(this).attr(“value”);
2015-03-20
function click(){
$("a").html()=="( ̄( ̄( ̄ー ̄) ̄) ̄)")?$(".hide").show();$("a").html("( ̄( ̄( ̄( ̄ー ̄) ̄) ̄) ̄)");
:$(".hide").hide();$("a").html("( ̄( ̄( ̄ー ̄) ̄) ̄)");
}
$("a").html()=="( ̄( ̄( ̄ー ̄) ̄) ̄)")?$(".hide").show();$("a").html("( ̄( ̄( ̄( ̄ー ̄) ̄) ̄) ̄)");
:$(".hide").hide();$("a").html("( ̄( ̄( ̄ー ̄) ̄) ̄)");
}
$(function () {
$("#btntest").bind("click mouseout", function() {
$(this).attr("disabled", "true");
})
});
$("#btntest").bind("click mouseout", function() {
$(this).attr("disabled", "true");
})
});
2015-03-20
爱在深秋_0001
drop: function () {
$(this).addClass('focus').find('#tip').html('有产品了');
drop: function () {
$(this).addClass('focus').find('#tip').html('有产品了');
2015-03-20