请教jquery 控件显示div_html/css_WEB-ITnose

php中文网
发布: 2016-06-24 12:10:07
原创
1133人浏览过

有三个ul里有三个li 每个li控件一个图层显示

如下代码实现不了:为什么呢?



         
  • 000

  •      
  • 000

  •      
  • 000







<script> <br /> $(document).ready(function () { <br /> $("#li001").click(function(){ <br /> $("#001").show(); <br /> $("#002").hide(); <br /> $("#003").hide(); <br /> }); <br /> <br /> $("#li002").click(function(){ <br /> $("#002").show(); <br /> $("#001").hide(); <br /> $("#003").hide(); <br /> }); <br /> <br /> $("#li003").click(function(){ <br /> $("#003").show(); <br /> $("#002").hide(); <br /> $("#001").hide(); <br /> }); <br /> <br /> }) <p> <br /> <h2>回复讨论(解决方案) <p class="sougouAnswer"> <div class="code" style="position:relative; padding:0px; margin:0px;"><pre class="sycode" name="code">&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&gt;&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;&lt;head&gt; &lt;title&gt;&lt;/title&gt; &lt;script src=&quot;http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js&quot;&gt;&lt;/script&gt;&lt;/head&gt;&lt;body&gt;&lt;ul id=&quot;ul001&quot;&gt; &lt;li id=&quot;li001&quot;&gt;000&lt;/li&gt; &lt;li id=&quot;li002&quot;&gt;000&lt;/li&gt; &lt;li id=&quot;li003&quot;&gt;000&lt;/li&gt;&lt;/ul&gt;&lt;div id=&quot;001&quot; style=' background:red;width:50px; height:50px; display:none;'&gt;&lt;/div&gt;&lt;div id=&quot;002&quot; style=' background:blue;width:50px; height:50px;display:none;'&gt;&lt;/div&gt;&lt;div id=&quot;003&quot; style=' background:yellow;width:50px; height:50px;display:none;'&gt;&lt;/div&gt;&lt;script type=&quot;text/javascript&quot;&gt; $(document).ready(function () { $(&quot;#li001&quot;).click(function () { $(&quot;#001&quot;).show(); $(&quot;#002&quot;).hide(); $(&quot;#003&quot;).hide(); }); $(&quot;#li002&quot;).click(function () { $(&quot;#002&quot;).show(); $(&quot;#001&quot;).hide(); $(&quot;#003&quot;).hide(); }); $(&quot;#li003&quot;).click(function () { $(&quot;#003&quot;).show(); $(&quot;#002&quot;).hide(); $(&quot;#001&quot;).hide(); }); }) &lt;/script&gt;&lt;/body&gt;&lt;/html&gt;</pre>
登录后复制
</div> <br /> 其实是实现了。。只是没看到效果而已。。 <p class="sougouAnswer"> 果然是这样的。谢谢了。 </script>
HTML速学教程(入门课程)
HTML速学教程(入门课程)

HTML怎么学习?HTML怎么入门?HTML在哪学?HTML怎么学才快?不用担心,这里为大家提供了HTML速学教程(入门课程),有需要的小伙伴保存下载就能学习啦!

下载
来源:php中文网
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn
最新问题
开源免费商场系统广告
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板
关于我们 免责申明 举报中心 意见反馈 讲师合作 广告合作 最新更新 English
php中文网:公益在线php培训,帮助PHP学习者快速成长!
关注服务号 技术交流群
PHP中文网订阅号
每天精选资源文章推送
PHP中文网APP
随时随地碎片化学习

Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号