$("#content").css({"background":"red","color":"white"});
媽蛋,這樣就算錯了的???
媽蛋,這樣就算錯了的???
2016-07-19
最新回答 / 仔仔se7en
<style type="text/css">??????????????? .div1{??????????????????? position:relative;??????????????? width:100px;??????????????? height:100px;??????????????? border: solid 2px black;??????????????? background-color: purple;??????????????? color:White;...
2016-07-18
num:$("#txtNumber").val()別把 num 寫成 numb 就不會出現都小于0的了
2016-07-18
<script type="text/javascript">
$(function(){
$("#btntest").bind("click", function () {
$("#tip").html("我被點擊了!");
});
});
</script>
$(function(){
$("#btntest").bind("click", function () {
$("#tip").html("我被點擊了!");
});
});
</script>
2016-07-18
<li style="display: none">1</li><li >2</li><li style="display: none">3</li><li >4</li><li >5</li><li >6</li><li >7</li><a onclick="v()">更多</a> script:function v(){if($("a").html()=="更多"){$("ul li:lt(3)").show();$("a").html("簡化");}else{$("ul li:lt(2)").hide();$("a").html("更多");}}
最贊回答 / 小平果
$(function () {? ? ? ? ? ? ? ? $("#btnCheck").bind("click", function () {? ? ? ? ? ? ? ? ? ? $.ajax({? ? ? ? ? ? ? ? ? ? ? ? url:"http://www.xianlaiwan.cn/data/check.php",? ? ? ? ? ? ? ? ? ? ? ? data: { num: $("#txtNumber").val() },? ? ? ? ? ? ? ? ? ? ? ? dat...
2016-07-17
看完會有收獲的 http://blog.csdn.net/u014492334/article/details/51910271
2016-07-17