- android - 多次调用 OnPrimaryClipChangedListener
- android - 无法更新 RecyclerView 中的 TextView 字段
- android.database.CursorIndexOutOfBoundsException : Index 0 requested, 光标大小为 0
- android - 使用 AppCompat 时,我们是否需要明确指定其 UI 组件(Spinner、EditText)颜色
我正在尝试 tom slideToggle a table 但按钮没有响应。我试图将表格包装在两个具有相应 ID 和类的 div 元素中。我是网络开发的新手,所以任何反馈都很好。
JQuery
<script type="text/javascript" src="jquery-1.4.2.min.js"></script><script type="text/javascript">
$(".slideDownbox").click(function () {
$(this).hide().slideDown('slow');
});
$(".slideUpbox").click(function () {
$(this).slideUp(2000);
});
$("#slideToggle").click(function () {
$('.slideTogglebox').slideToggle();
});
$("#reset").click(function(){
location.reload();
});
</script>
HTML 表格:
<button id="slideToggle">slideToggle()</button> </blockquote><!--Table of Cintacts, see embeed CSS below-->
<div class="clear">
<div class="slideTogglebox">
<table style="width: 687px; height: 217px" summary="folder contents for fly types" align="center">
<thead>
<tr>
<th class="name">
<h5>Name</h5>
</th>
<th class="location">
<h5>Location</h5>
</th>
<th class="color">
<h5>Details</h5>
</th>
......tablke rows and content
</table>
CSS
<style type="text/css" media="screen">
body {
font-family: arial, helvetica, sans-serif;
}
table {
border: 1px solid black;
border-collapse: collapse;
margin-bottom: 3em;
font-size: 70%;
line-height: 1.1;
}
tr:hover, td.start:hover, td.end:hover {
background: #FF9;
}
th, td {
border: 1px solid black;
padding: .3em .5em;
}
th {
font-weight: normal;
text-align: left;
background: url(tabletree-arrow.gif) no-repeat 2px 50%;
padding-left: 15px;
}
th.name { width: 12em; }
th.location { width: 12em; }
th.color { width: 10em; }
thead th {
background: #c6ceda;
border-color: #fff #fff #888 #fff;
border-style: solid;
border-width: 1px 1px 2px 1px;
padding-left: .5em;
}
tbody th.start {
background: url(tabletree-dots.gif) 18px 54% no-repeat;
padding-left: 26px;
}
tbody th.end
{
background: url(tabletree-dots2.gif) 18px 54% no-repeat;
padding-left: 26px;
}
.clear{
clear:both;
}
</style>
最佳答案
使用当前版本的 jquery 和 ready 函数。
你可以找到它
代码片段
script.js
$( document ).ready(function() {
$("#slideToggle").on( "click", function( event ) {
$(".slideTogglebox").fadeToggle();
});
$(".slideUpbox ").click(function () {
$(this).slideUp(2000);
});
$("#reset ").click(function(){
location.reload();
});
})
index.html
<!DOCTYPE html>
<html>
<head>
<script src="http://code.jquery.com/jquery-2.0.3.min.js"></script>
<link rel="stylesheet" href="style.css" />
<script src="script.js"></script>
</head>
<body>
<button id="slideToggle">slideToggle()</button>
<div class="clear">
<div class="slideTogglebox">
<table style="width: 687px; height: 217px" summary="folder contents for fly types" align="center">
<thead>
<tr>
<th class="name">
<h5>Name</h5>
</th>
<th class="location">
<h5>Location</h5>
</th>
<th class="color">
<h5>Details</h5>
</th>
</tr>
</thead>
</table>
</div>
</div>
</body>
</html>
关于jquery - 表上的 SlideToggle JQuery 无法工作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27076730/
当我尝试使用 jQuery 在表格行中的另一个 slideToggle 中使用 slideToggle 时出现问题。 它有效,但是当我关闭子 slideToggle 时,它开始出现在父 slideTo
我有一个从右向左滑动的滑动开关。我有一些 div 元素,我希望在单击它们时 slideToggle 仅显示并且不会在再次单击该 div 元素 时关闭。仅在点击 slideToggle 中的按钮时关闭
http://jsfiddle.net/vmKVS/ 我想通过一个小例子来理解 slideToggle 的状态。 当我第一次切换时,选项元素变为绿色。 我希望当我再次单击切换时菜单元素变成红色,现在是
当窗口浏览器小于 600px 时,我的手机菜单有一个 slideToggle 的 jquery 函数。但是,当单击该图标时,它会向下滑动 ul,但会立即向上滑动。 这就是我要说的 https://js
我在 JQuery 中使用 slipToggle() 来显示 div。但这不起作用。 我做了不同的测试,但没有任何效果...... 我有这个: 1. Compétences Scientifique
此时我无法显示实时示例,但我不知道 SlideToggle 是如何被调用两次的。单击链接即可调用它。 这里: // initialize the jquery code $(function(){
我有一个可以使用 .slideToggle() 隐藏的联系表单,但我希望使用选项卡来切换表单以根据表单是否存在来更改文本在 View 中或隐藏。 这是 jQuery: $("#slider").cli
我正在尝试使用 searchDiv 类在 div 上调用 $("div.searchDiv").slideToggle("slow"); ,该类最初使用 隐
我在网站上使用 jQuery SlideToggle 函数来显示有关某些内容的“更多信息”。当我触发幻灯片时,内容逐渐显示出来,但位于右侧约100像素,直到动画结束时突然跳到正确的位置。反之,内容在开
我有一个其中有两个 .第二个是隐藏的,当我单击第一个 时应该显示. 我已经尝试过:$(me).parent().parent().find("ul").slideToggle();$(me) 是这
我有一个简单的菜单/ Accordion slider 。我想将 class="active"添加到单击的链接并向下滑动以显示 UL。当单击另一个单独的菜单项时,应将事件类从前一个元素中删除并添加到刚
我试图切换 ul 但收到错误消息“slideToggle 不是函数”。该菜单用于切换列表。 $(function() { $("li ul").hide();
点击.cart-contents-toggle时,#cartplus-dropdown div应该向下滑动,同时向上滑动,而无需再次点击它。这是实现此功能的 URL:Website Link jQue
我正在尝试让 Slidetoggle 在 div 上正常工作。我有以下格式的 html: $ServiceName
在我的html.css这就是我如何称呼 .js文件 它位于 body 的结束标记之后。我按照步骤操作,但不知道问题出在哪里。我需要先隐藏 ul,然后在用户单击按钮时弹出 ul。 $('.btnrefi
我有这个page当我单击“计算机”或任何其他标题之类的标题时,下面的项目需要上下滑动 我有这个结构 (1) Software
我在使用 JQuery 切换动画时遇到问题。我有一个菜单,其中有子项目,可在主项目悬停时滑动打开。我可以很好地实现这一点,但是,对于一长串项目,我希望能够停止打开并滑动关闭菜单,而不必等待 Slide
我已经弄清楚如何使用 jquery 移动我的 css 顶部位置,但是我希望 #menu id 根据切换更改顶部位置。所以基本上我希望 #menu 在单击 anchor 时下降 50 px,并在再次单击
$(document).ready(function() { $('.cats_showall').click(function() { $('.cats_dropdown li').sl
我根据自己的喜好设计了新的 WP 管理栏,并添加了“隐藏”按钮。我将按钮设置为滑动切换“wpadminbar”div。当我单击隐藏它时,div 和搜索表单(嵌套在“wpadminbar”div 中)两
我是一名优秀的程序员,十分优秀!