- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我创建了一个简单的显示/隐藏菜单:当您单击一个按钮时,当前选项卡会隐藏,而另一个选项卡会显示。我已经设置了'fade'
效果,但一些幻灯片和其他效果正在发生。这是 codepen 上的示例。我想应用淡入淡出以外的东西,但现在为了解决我提出的问题。我不知道为什么要这样做。有人可以帮忙吗? :)谢谢!
// Tab function
$(".titab.home").click(function() {
$(".tab").hide("fade");
$(".tab.home").show("fade");
});
$(".titab.contact").click(function() {
$(".tab").hide("fade");
$(".tab.contact").show("fade");
});
$(".titab.submit").click(function() {
$(".tab").hide("fade");
$(".tab.submit").show("fade");
});
$(".titab.links").click(function() {
$(".tab").hide("fade");
$(".tab.links").show("fade");
});
/*edit scrollbar*/
::-webkit-scrollbar-thumb {
height:auto;
background-color:#6b6d6d;
}
::-webkit-scrollbar {
height:4px;
width:3px;
padding-right:2px;
background-color:white;
}
#s-m-t-tooltip {
max-width:300px;
padding:5px 5px 5px 6px;
margin:20px 0px 0px 20px;
background-color:#6b6d6d;
font-family:arial;
font-size:9px;
letter-spacing:2px;
text-transform:lowercase;
font-weight:bold;
color:#fff;
z-index:99999999;
}
body {
background:#eee;
margin:0px;
color:#000000;
font-family:arial;
font-size:10px;
line-height:100%;
}
/*edit links*/
a {
text-decoration:none;
outline:none;
-moz-outline-style:none;
color:#000000;
-moz-transition-duration:0.8s;
-webkit-transition-duration:0.8s;
-o-transition-duration:0.8s;
}
/*edit link hover*/
a:hover {
color:#ddd;
outline:none;
-moz-outline-style:none;
text-decoration:none;
}
img {
border:none;
}
blockquote {
padding-left:5px;
border-left:2px solid #000000;
}
blockquote blockquote {
padding-left:5px;
border-left:2px solid;
}
h1 {
font-size:8px;
text-align:left;
font-family:arial;
letter-spacing:1px;
color:#000000;
}
h2 {
font-size:8px;
font-family:arial;
text-align:left;
letter-spacing:1px;
color:#000000;
}
#topbar {
display: inline-block;
top: 0;
left:0;
width:100%;
height: 80px;
position:fixed;
background: black;
}
#title {
color:#fff;
font-family: 'Unica One';
font-size:18px;
font-weight:bold;
line-height: 80px;
padding-left: 10px;
}
.tabs {
margin: 0 auto;
position:absolute;
top:0;
left:50%;
margin-left:-194.5px;
width:389px;
height:100%;
}
.titab{
cursor: pointer;
background:white;
width:80px;
height:80px;
font-size: 17px;
text-align:center;
line-height:80px;
display: inline-block;
margin-left: 20px;
}
.titab:first-of-type {
margin-left:0;
}
.tab {
display:none;
}
.tab iframe{
margin-top:100px;
width:400px;
}
.link {
width:100px;
margin:auto;
margin-top: 100px;
}
.tilink{
background:#fff;
padding:10px;
font-size:15px;
border:1px solid #888;
border-radius:5px 5px 0 0;
}
.link a{
display:block;
background:#fff;
padding:5px;
border:1px solid #aaa;
border-top:none;
}
.entries {
padding:20px;
width:500px;
margin:auto;
}
.post {
width:500px;
padding-bottom:40px;
}
/* POST INFO */
.postinfo {
margin-top:20px;
margin-bottom:1px;
margin-left:-12px;
padding-bottom:4px;
width:500px;
text-align:left;
font-family:arial;
text-transform:lowercase;
font-size:10px;
}
.postinfo a {
color:#000000;
}
.postinfo a:hover {
color:#ddd;
}
/*tags*/
.tags {
width:500px;
margin-top:4px;
margin-left:-3px;
padding:2px;
font-family:arial;
letter-spacing:0px;
font-size:10px;
text-align:left;
}
.tags a {
color:#000000;
}
.tags a:hover {
color:#ddd;
}
.postnote {
width:500px;
margin-top:40px;
font-family:arial;
text-transform:lowercase;
font-style:normal;
letter-spacing:0px;
font-size:10px;
text-align:left;
}
/*asks*/
#question {
font-size:11px;
font-style:none;
font-family:arial;
letter-spacing:0px;
text-align:left;
padding-top: 7px;
padding-bottom: 7px;
padding-left:9px;
background:#fff;
color:#000 ;
}
#question a{
color:#000;
}
/*audio player container*/
.playercontainer {
text-align:left;
padding:10px;
padding-left:0px;
background-color:#fff;
width:480px;
}
/*artist, song, etc.*/
.musicinfo {
padding-top:7px;
padding-left:50px;
color:#000;
text-align:justify;
}
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://code.jquery.com/ui/1.12.0/jquery-ui.min.js" integrity="sha256-eGE6blurk5sHj+rmkfsGYeKyZx3M4bG+ZlFyA7Kns7E=" crossorigin="anonymous"></script>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>THEMES</title>
<link rel="shortcut icon" href="https://assets.tumblr.com/images/default_avatar/sphere_closed_128.png">
<link rel="alternate" type="application/rss+xml" href="https://themesforyou.tumblr.com/rss">
<link href="https://fonts.googleapis.com/css?family=Unica+One" rel="stylesheet">
<div id="topbar">
<div id="title">Themes for you</div>
<div class="tabs">
<div class="titab home">Home</div>
<div class="titab contact">Contact</div>
<div class="titab submit">Submit</div>
<div class="titab links">Links</div>
</div>
</div>
<div class="tab home">
<div class="entries">
<div class="post">
<iframe width="500" height="281" id="youtube_iframe" src="https://www.youtube.com/embed/LKn_3jOKCd8?feature=oembed&enablejsapi=1&origin=https://safe.txmblr.com&wmode=opaque" frameborder="0" allowfullscreen=""></iframe>
<p>Video example</p>
<div class="postinfo"> <a href="https://themesforyou.tumblr.com/post/162913245268/video-example">5:17 pm</a> </div>
<div class="tags">
<a href="https://themesforyou.tumblr.com/tagged/video-post">#video post</a> <a href="https://themesforyou.tumblr.com/tagged/post-example">#post example</a> </div>
<div class="postnote">
</div>
</div>
<div id="post">
<iframe src="https://w.soundcloud.com/player/?url=https%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F4595620&visual=true&liking=false&sharing=false&auto_play=false&show_comments=false&continuous_play=false&origin=tumblr" frameborder="0"
allowtransparency="true" class="soundcloud_audio_player" width="500" height="500"></iframe>
<p>Song example</p>
<div class="postinfo"> <a href="https://themesforyou.tumblr.com/post/162913201693/song-example">5:16 pm</a> <a href="http://soundcloud.com/rodrigovaz/johann-sebastian-bach-pachelbels-cannon-in-d-major">source</a></div>
<div class="tags">
<a href="https://themesforyou.tumblr.com/tagged/song-post">#song post</a> <a href="https://themesforyou.tumblr.com/tagged/post-example">#post example</a> </div>
<div class="postnote">
</div>
</div>
<div id="post">
<h1>Chat example</h1><b>Someone:</b> Hello!<br><b>Somebody:</b> How are you?<br><b>Someone:</b> Good. This is an example of a chat between two people<br>
<div class="postinfo"> <a href="https://themesforyou.tumblr.com/post/162913135663/chat-example">5:14 pm</a> </div>
<div class="tags">
<a href="https://themesforyou.tumblr.com/tagged/chat-post">#chat post</a> <a href="https://themesforyou.tumblr.com/tagged/post-example">#post example</a> </div>
<div class="postnote">
</div>
</div>
<div id="post">
<h1><a href="http://t.umblr.com/redirect?z=http%3A%2F%2Ffr.lipsum.com%2F&t=NzM2ZDBmOWE1MjkxNjE3ZWE4MTVjZWY0YjhkMmYwYzA5MzFlMTcxOSxXMUV1V2RJNg%3D%3D&b=t%3Aug0c1iN6GrzkGIMg-nJ8Ww&p=https%3A%2F%2Fthemesforyou.tumblr.com%2Fpost%2F162913065653%2Florem-ipsum-all-the-facts-lipsum-generator&m=1">Lorem Ipsum - All the facts - Lipsum generator</a></h1>
<p>Link example</p>
<div class="postinfo"> <a href="https://themesforyou.tumblr.com/post/162913065653/lorem-ipsum-all-the-facts-lipsum-generator">5:12 pm</a> </div>
<div class="tags">
<a href="https://themesforyou.tumblr.com/tagged/link-post">#link post</a> <a href="https://themesforyou.tumblr.com/tagged/post-example">#post example</a> </div>
<div class="postnote">
</div>
</div>
<div id="post">
<big><b>"This is what a quote looks like"</b></big>
<p></p>— Source
<div class="postinfo"> <a href="https://themesforyou.tumblr.com/post/162913036513/this-is-what-a-quote-looks-like">5:11 pm</a> </div>
<div class="tags">
<a href="https://themesforyou.tumblr.com/tagged/quote-post">#quote post</a> <a href="https://themesforyou.tumblr.com/tagged/post-example">#post example</a> </div>
<div class="postnote">
</div>
</div>
<div id="post">
<a href="https://themesforyou.tumblr.com/image/162913004603"><img src="https://68.media.tumblr.com/cf975a46b1a6b0183ea6e5017f56271c/tumblr_oszxhlV6bZ1wuevxyo1_500.png"></a>
<p>Photo example</p>
<div class="postinfo"> <a href="https://themesforyou.tumblr.com/post/162913004603/photo-example">5:10 pm</a> </div>
<div class="tags">
<a href="https://themesforyou.tumblr.com/tagged/photo-post">#photo post</a> <a href="https://themesforyou.tumblr.com/tagged/post-example">#post example</a> </div>
<div class="postnote">
</div>
</div>
<div id="post">
<h1><big><big>Text example</big></big></h1>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras efficitur eget massa at mattis. Nulla ullamcorper massa ante, et bibendum sem ultricies et. In hac habitasse platea dictumst. Suspendisse tempus orci ex, fermentum accumsan velit pulvinar
a. Pellentesque vehicula, felis non fermentum suscipit, sem velit scelerisque urna, eu placerat velit lectus ut metus. Duis molestie scelerisque convallis. In ornare libero ipsum, eget rhoncus velit viverra a. Maecenas facilisis tellus metus,
ac consequat tellus tristique et. Aenean eu neque eu erat euismod euismod. Interdum et malesuada fames ac ante ipsum primis in faucibus. Duis in maximus ipsum.</p>
<p>Nullam ac dui et augue rhoncus condimentum facilisis in orci. Aenean sit amet metus magna. Mauris eu pellentesque velit. Nullam dui risus, varius nec sem pellentesque, suscipit consequat mauris. Vivamus volutpat, mi in molestie blandit, ligula
odio efficitur libero, ac porta leo tellus eu felis. Mauris auctor orci sagittis libero semper tristique. Praesent hendrerit purus ex, eget fermentum nulla maximus nec. Fusce nisi metus, scelerisque et mi vitae, posuere condimentum odio. Aenean
maximus erat non commodo aliquam. Aliquam ac tincidunt metus. Integer tincidunt id sapien lobortis imperdiet. Maecenas enim sem, vehicula sit amet feugiat sit amet, ornare vitae ex. Nam vulputate volutpat quam, a dapibus justo cursus vel. Donec
ac gravida nulla. In ultrices erat et dictum tristique.</p>
<div class="postinfo"> <a href="https://themesforyou.tumblr.com/post/162912904188/text-example">5:07 pm</a> </div>
<div class="tags">
<a href="https://themesforyou.tumblr.com/tagged/text-post">#text post</a> <a href="https://themesforyou.tumblr.com/tagged/example-post">#example post</a> </div>
<div class="postnote">
</div>
</div>
</div>
<!-- end entries-->
</div>
<!--end tab 1-->
<div class="tab contact">
<iframe class="inbox" frameborder="0" border="0" scrolling="no" width="350" height="260" allowtransparency="true" src="http://www.tumblr.com/ask_form/themesforyou.tumblr.com"></iframe>
</div>
<div class="tab submit">
<iframe class="inbox" frameborder="0" border="0" scrolling="no" width="350" height="260" allowtransparency="true" src="http://www.tumblr.com/submit_form/themesforyou.tumblr.com"></iframe>
</div>
<div class="tab links">
<div class="link">
<div class="tilink">Title</div>
<a href="/tagged/">Link 1</a>
<a href="/tagged/">Link 2</a>
<a href="/tagged/">Link 3</a>
<a href="/tagged/">Link 4</a>
</div>
<div class="link">
<div class="tilink">Title</div>
<a href="/tagged/">Link 1</a>
<a href="/tagged/">Link 2</a>
<a href="/tagged/">Link 3</a>
<a href="/tagged/">Link 4</a>
</div>
<div class="link">
<div class="tilink">Title</div>
<a href="/tagged/">Link 1</a>
<a href="/tagged/">Link 2</a>
<a href="/tagged/">Link 3</a>
<a href="/tagged/">Link 4</a>
</div>
</div>
</body>
</html>
最佳答案
从其他评论中可以清楚地看出,您正在尝试使用 jqueryui 中的 show
和 hide
扩展。 。导入该库将使您的原始代码能够按预期运行。
<script src="https://code.jquery.com/ui/1.12.0/jquery-ui.min.js" integrity="sha256-eGE6blurk5sHj+rmkfsGYeKyZx3M4bG+ZlFyA7Kns7E=" crossorigin="anonymous"></script>
如果您查看 show 的 API 文档在 jQueryUI 中你会看到下面的引用;
This plugin extends jQuery's built-in .show() method. If jQuery UI is not loaded, calling the .show() method may not fail directly, as the method still exists. However, the expected behavior will not occur.
关于jquery - 自动 jquery 效果(不需要),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45088602/
我想做的是,如果鼠标位于“下一个”按钮上,它会以慢速向右滚动,如果鼠标没有位于“下一个”按钮上,它会停止滚动? 这是我的尝试http://jsfiddle.net/mdanz/nCCRy/14/ $(
StyleCop 是一个很棒的视觉工作室小插件。但它不会向您显示实时提示或提供任何自动修复。 随之而来的是 reSharper 和 StyleCop for reSharper,这是理想的解决方案,但
我为我的MatchQuery使用了模糊性选项,但是我想将模糊性值设置为auto。有什么办法吗? 另外,对于完成建议程序,您可以将其设置为支持unicode,对于我的MatchQuery,有什么方法可以
我想从表中获取一行[字符串名称,字符串密码,int 某些内容]并将其映射到一个 User 对象,该对象具有 3 个属性,如上面的 getter 和 setter有什么方法可以自动完成吗?我考虑过反射,
我有一个像这样的方法:void m1(string str) 并且有一个像这样的类: public class MyClass { public bool b1 { set; get; }
我正在尝试使用 $rootScope 从一个 Controller 向另一个 Controller $broadcast 一些数据。 如果我使用像 ng-click 这样的触发器来运行将广播的功能,它
我考虑了很多关于是要使用完全自动化的缓存还是手动缓存。 我们的自动方法是一种解决方案,它可以挖掘数据库、查询和格式化每个潜在和 future 的数据请求,并将其保存到适当的缓存存储(内存缓存或基于磁盘
我的 CSS 必须使用过渡来更改,直到现在我都使用 div:hover 来实现。 当您单击另一个 div 时需要激活过渡,而不是当您将鼠标悬停在必须移动/更改的 div 上时。 我该怎么做? 谢谢 永
在我的应用程序中,我需要一些动画,但如果它已经设置了动画,则不需要持续时间。但我的问题是它会自动添加持续时间。 在这里你可以看到 2 个函数,第二个没有持续时间但它确实有持续时间(可能从 1 秒开始)
两年前,我需要制作一个工具,通过 POST 自动将 txt/csv 文件上传到我的 Web 服务器,然后使用 cronjob 通过 PHP 对其进行解析。 这有两次在每天午夜自动发生。尽管这行得通,但
请阅读下面程序中的评论: #include void test(char c[]) { c=c+2; //why does this work ? c--; printf("%
也许是个幼稚的问题,但是...... 确认或拒绝: 自动和静态存储持续时间的对象/变量的内存的存在是在编译时确定的,程序运行时失败的可能性绝对为零,因为没有足够的内存用于自动对象。 自然地,当自动对象
有没有什么方法可以自动获得类中属性更改的通知,而不必在每个 setter 中都编写 OnPropertyChanged? (我有数百个属性,我想知道它们是否已更改)。 安东建议 dynamic pro
我们在使用 Azure DevOps 的项目中采用了 gitflow 流程。我有以下场景: 当功能分支合并到 Develop 时,我想在完成拉取请求的同时执行压缩合并策略 当 Release 分支定期
我的网站上有一个评论部分,我将 html 编码的评论保存在我的数据库中。所以我添加了这条评论- "testing" `quotes` \and backslashes\ and html 并将其保存在
是否存在“ checkin 前 TFS 自动 checkout ”这样的功能,以便在我说“ checkin ”之前我不会 checkout 任何文件,例如以防我只是临时更改文件 - 这一直发生。 换句
我有一个运行在 Linux/Apache/Tomcat 堆栈上的网站,它需要每隔几个月自动脱机以进行服务器维护,这将持续任意时间。有哪些选项可以让 Apache 建立和取消“服务器维护”页面? 我需要
我经常在工作中创建文档,在公司内部,由于我们使用的首字母缩写词和缩写词的数量,我们几乎拥有自己的语言。因此,我厌倦了在发布文档之前手动创建首字母缩写词和缩写表,并且快速的谷歌搜索发现了一个可以有效地为
我希望在用户或宏将计算模式从自动更改为手动或手动更改为自动时运行代码。是否有为此触发的事件? (属性是 Application.Calculation 在 Excel 互操作中。) 使用 Excel
这个问题在这里已经有了答案: Repeat command automatically in Linux (13 个回答) 6年前关闭。 我想创建一个脚本来获取另一个文件夹中的所有文件夹名称。并为这些
我是一名优秀的程序员,十分优秀!