<body> <div style="background-color:red"> <p>这是一个段落。</p> <button>请点击这里</button> </div> </body> <script> $('div').delegate('button','click',function(){ $('p').slideToggle(); }) </script>请问各位大神 这个效果常用吗???如果要做通过商城网站, 通常用在什么地方???
添加回答
举报
0/150
提交
取消