- android - 多次调用 OnPrimaryClipChangedListener
- android - 无法更新 RecyclerView 中的 TextView 字段
- android.database.CursorIndexOutOfBoundsException : Index 0 requested, 光标大小为 0
- android - 使用 AppCompat 时,我们是否需要明确指定其 UI 组件(Spinner、EditText)颜色
jQuery 新手,我需要在警告框关闭后更改“立即注册”按钮的文本。从伪代码的 Angular 来看,似乎我应该创建一个在关闭警报框后运行的函数。我根据自己的猜测和谷歌搜索尝试了很多事情,但似乎没有任何效果。任何帮助将不胜感激!
这是我的 HTML:
<!DOCTYPE html>
<html>
<head>
<link type="text/css" rel="stylesheet" href="css/reset.css">
<link type="text/css" rel="stylesheet" href="css/normalize.css">
<link type="text/css" rel="stylesheet" href="css/style.css">
<title>Relaxr Blog Page</title>
<meta name="description" content="Relaxr Landing Page"/>
<meta name="keywords" content="relaxing, blog, tech startup, email, reply, meetings"/>
<meta name="author" content="Chantel Zapata"/>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300italic,300,600,800' rel='stylesheet' type='text/css'>
<script src='http://code.jquery.com/jquery-latest.min.js'></script>
</head>
<body>
<!-- HEADER -->
<header class="header ">
<div class="headercontainer">
<h1 class="fl">Relaxr</h1>
<nav class="main-nav fr">
<ul>
<li class="nav-element">About</li>
<li class="nav-element">FAQ</li>
<li class="nav-element">Team</li>
<li class="nav-element">Contact Us</li>
<li class="nav-element">Blog</li>
</ul>
</nav>
</div>
</header>
<div class="content">
<!-- BLOG AREA -->
<div class="blog-area fl clearfix:after">
<div class="">
<h2>How I implemented Relaxr in 2 weeks and changed my life.<h2>
<img src="images/blog_photo1.jpg" alt="Rowers" height="280" width="700"/>
<p class="introduction">L</p><p>orem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque at lobortis lectus. Proin faucibus nibh vitae purus elementum convallis. Quisque sagittis viverra facilisis. Nullam lobortis blandit lorem, at convallis arcu eleifend at. Nullam rhoncus, lacus at laoreet venenatis, ante orci ultrices felis, sed tempor nisi lorem at tortor. Proin vitae risus et felis interdum maximus. Mauris ac sollicitudin tortor, sit amet egestas nibh.</p>
<p class="additionaltext1">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque at lobortis lectus. Proin faucibus nibh vitae purus elementum convallis. Quisque sagittis viverra facilisis. Nullam lobortis blandit lorem, at convallis arcu eleifend at. Nullam rhoncus, lacus at laoreet venenatis, ante orci ultrices felis, sed tempor nisi lorem at tortor. Proin vitae risus et felis interdum maximus. Mauris ac sollicitudin tortor, sit amet egestas nibh.</p>
<a class="blog-link read-more1 fr">Read more ></a>
<a class="blog-link read-less1 fr">Read less ></a>
<!-- I just selected a random blog link for now-->
</div>
<div class="divider">
</div>
<div>
<h2>I traveled across the globe thanks to Relaxr’s Excel auomation<h2>
<img src="images/blog_photo2.jpg" alt="Boats" height="280" width="700"/>
<p class="introduction">L</p><p>orem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque at lobortis lectus. Proin faucibus nibh vitae purus elementum convallis. Quisque sagittis viverra facilisis. Nullam lobortis blandit lorem, at convallis arcu eleifend at. Nullam rhoncus, lacus at laoreet venenatis, ante orci ultrices felis, sed tempor nisi lorem at tortor. Proin vitae risus et felis interdum maximus. Mauris ac sollicitudin tortor, sit amet egestas nibh.</p>
<p class="additionaltext2">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque at lobortis lectus. Proin faucibus nibh vitae purus elementum convallis. Quisque sagittis viverra facilisis. Nullam lobortis blandit lorem, at convallis arcu eleifend at. Nullam rhoncus, lacus at laoreet venenatis, ante orci ultrices felis, sed tempor nisi lorem at tortor. Proin vitae risus et felis interdum maximus. Mauris ac sollicitudin tortor, sit amet egestas nibh.</p>
<a class="blog-link read-more2 fr">Read more ></a>
<a class="blog-link read-less2 fr">Read less ></a>
<!-- I just selected a random blog link for now-->
</div>
<div class="divider">
</div>
</div>
<!-- SIDE BAR -->
<aside class="side-bar fr clearfix:after">
<div>
<h3>Categories</h3>
<ul class="side-bar-list">
<li class="side-bar-nav">Success stories</li>
<li class="side-bar-nav">Stats</li>
<li class="side-bar-nav">How tos</li>
<li class="side-bar-nav">Best of</li>
<li class="side-bar-nav">Business tips</li>
</ul>
</div>
<div>
<h3>About Relaxr</h3>
<p class="about-descrip">Proin vitae risus et felis interdum maximus. Mauris ac sollicitudin tortor, sit amet egestas nibh.<span class="learn-more-text">Mauris ac sollicitudin tortor, sit amet egestas nibh!</span></p>
<a class="learn-more">Learn more</a>
<!-- I just selected a random blog link for now-->
</div>
<img class="ad-unit" src="images/ad-unit.png" alt="Ad Unit" height="546" width="240"/>
</aside>
</div>
<!-- SIGN UP -->
<div class="bar clear">
<a href="#" class="signupnow">Sign Up Now!</a>
<!-- I just selected a random link that was "relaxing" for now-->
</div>
<!-- FOOTER -->
<footer>
<h4>Relaxr</h4>
<br />
<a href="https://twitter.com/" class="social"> <img src="images/twitter.png" alt="Twitter Icon"></a>
<a href="https://facebook.com/" class="social"> <img src="images/facebook.png" alt="Facebook Icon"></a>
<br />
<p>Copyright 2015. Relaxr.</p>
</footer>
<script src="js/index.js"></script>
</body>
</html>
还有我的 CSS:
* {
-moz-box-sizing: border-box; /* Firexfox */
-webkit-box-sizing: border-box; /* Safari/Chrome/iOS/Android */
box-sizing: border-box; /* IE */
}
/* Clear fix hack */
.clearfix:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.clear {
clear: both;
}
.fr {
float: right;
}
.fl {
float: left;
}
/******************************************
/* ADDITIONAL STYLES
/*******************************************/
body {
font-family: 'Open Sans', Arial, sans-serif;
margin: 0 auto;
background-color: #f0efef;
}
h1 {
font-weight: 800;
font-size: 48px;
color: #fff;
text-align: left;
}
h4 {
font-weight: 800;
font-size: 48px;
color: #f9e42e;
margin: 0px;
padding-bottom: 40px;
}
.bar {
background-color: #f9e42e;
padding-top: 60px;
padding-bottom: 60px;
text-align: center;
margin: 0 auto;
}
.signupnow {
color: #fff;
font-size: 24px;
font-weight: 800;
padding: 11px 56px 11px 56px;
background: #033048;
border-radius: 5px;
text-decoration: none;
text-align: center;
}
footer {
text-align: center;
background-color: #121212;
padding-top: 60px;
padding-bottom: 60px;
margin: 0 auto;
}
footer p {
color: #fff;
font-size: 18px;
font-weight: 600;
padding-left: 25px;
padding-right: 25px;
padding-top: 40px;
}
footer a {
padding-left: 25px;
padding-right: 25px;
}
.content {
width: 960px;
margin: 0 auto;
}
/* Header */
header {
height: 120px;
background-color: #033048;
}
header nav ul {
list-style: none;
}
.nav-element {
margin-left: 15px;
margin-top: 30px;
display: inline-block;
font-size: 24px;
font-weight: 600;
color: #f9e42e;
}
.headercontainer {
width: 960px;
margin: 0 auto;
}
/* Blogs */
.blog-area {
width: 700px;
float: left;
overflow: hidden;
margin-right: 20px;
margin-top: 50px;
margin-bottom: 70px;
}
h2 {
font-size: 40px;
font-weight: 600px;
color: #033048;
}
p {
font-size: 24px;
line-height: 28px;
font-weight: 300px;
color: #606161;
}
.blog-link {
font-size: 24px;
font-weight: 600;
margin-top: 40px;
margin-bottom: 40px;
text-decoration: none;
color: #033048;
}
.divider {
height: 1px;
width: 700px;
background-color: #606161;
margin-top: 160px;
margin-bottom: 40px;
}
p.introduction:first-letter {
font-size: 380%;
float: left;
width: 1em;
padding-right: 10px;
padding-top: 28px;
padding-bottom: 20px;
padding-left: 0;
font-weight: 600;
}
.additionaltext1 {
display: none;
}
.additionaltext2 {
display: none;
}
.read-less1 {
display: none;
}
.read-less2 {
display: none;
}
/* Side Bar */
.side-bar {
width: 240px;
overflow: hidden;
margin-left: 0;
margin-top: 50px;
}
h3 {
font-size: 32px;
font-weight: 800;
color: #033048;
}
.side-bar-list {
font-size: 24px;
font-weight: 300;
color: #033048;
list-style: none;
text-align: left;
padding-left:0;
}
.learn-more {
font-size: 24px;
font-weight: 600;
color: #033048;
margin-bottom: 100px;
text-decoration: none;
}
.about-descrip {
font-size: 22px;
font-weight: 300;
color: #033048;
text-align: left;
}
.side-bar-list {
display: table;
}
.ad-unit {
margin-top: 40px;
}
.learn-more-text {
display: none;
}
还有我的 jQuery:
$('.signupnow')
.on('click', function (){
alert("We are not currently taking sign ups");
});
$('.read-more1').on('click',function (){
$('.additionaltext1').slideDown();
});
$('.read-more2').on('click',function (){
$('.additionaltext2').slideDown();
});
$('.learn-more').on('click',function (){
$('.learn-more-text').slideDown();
});
最佳答案
正如@ThisOneGuy 所说:
$('.signupnow')
.on('click', function (){
alert("We are not currently taking sign ups");
$(button).text('no signs up');
});
$('.read-more1').on('click',function (){
$('.additionaltext1').slideDown();
});
$('.read-more2').on('click',function (){
$('.additionaltext2').slideDown();
});
$('.learn-more').on('click',function (){
$('.learn-more-text').slideDown();
});
关于javascript - 警告框关闭后如何将按钮的文本更改为 "No Sign Ups!"?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35421581/
我将以下脚本发送给 UPS,UPS 页面计算运费。 $('#shipping').submit(function(e){ var url = [ "http://www.ups.com/
已结束。此问题正在寻求书籍、工具、软件库等的推荐。它不满足Stack Overflow guidelines 。目前不接受答案。 我们不允许提出寻求书籍、工具、软件库等推荐的问题。您可以编辑问题,以便
问题 是否可以在同一请求中获取所有可能的 ups 服务的费率? 背景 尽管 UPS 费率文档指出 service 元素是可选的 定义了 service 元素的请求成功响应,而没有定义元素的请求会导致以
问题 是否可以在同一请求中获取所有可能的 ups 服务的费率? 背景 尽管 UPS 费率文档指出 service 元素是可选的 定义了 service 元素的请求成功响应,而没有定义元素的请求会导致以
我要访问webpage .然后在测试框中输入一个数字。我能够做到这一点。 之后我想点击 Track 按钮。知道如何点击vba吗? 我已经尝试过以下命令。知道如何找到 Track 按钮的 id 吗? i
这可能是一个非常普遍的问题,但有人很幸运地使用了 UPS 街道级验证 API 吗?我研究了其中的部分内容:http://www.codeproject.com/KB/aspnet/Benz_CPE.a
我正在尝试在 PHP 中集成 UPS SurePost API 以获得 SurePost 服务的费率。我不知道从哪里获取 API 以及如何集成它。 如有任何帮助,我们将不胜感激。 谢谢 最佳答案 Ja
我是 UPS api 的新手,我正在尝试向 UPS 调用 ShipmentConfirmRequest,这是我使用 python 发送到 wwwcie.ups.com/ups.app/xml/Ship
我正在使用 Mark Sanborn UPS Function 通过 php 计算 UPS 运费 在这个函数中你必须改变一些已经定义的变量的值 // ========== CHANGE THESE
我为 CentOS 6.6 制作了我的自定义 vagrant box。 我的问题是为什么当我第一次“Vagrant ”时 Vagrant 总是需要密码。 这是控制台日志: $ vagrant up B
根据最新版本的UPS开发人员工具包文档“Tracking Web Services开发人员指南-2016年1月4日”,可以通过REST/JSON访问跟踪API。但是,在PDF文档中,关于PDF和互连网
这可能不是这个问题的正确位置,但我在这里问的原因是因为我是一名程序员并且正在考虑实现我自己的解决方案。 我们每天使用 UPS 运送约 1000 个包裹。 目前 UPS 运输软件需要手动输入大量数据。员
我想以编程方式告诉 gradle 从任务中返回,例如: task ('SetupLibs') << { if (sometest) // how to tell gradle t
我需要从我的应用程序与 UPS 进行通信。我的系统已连接到 UPS,我需要获取该 UPS 的状态,这将帮助我识别该系统将要停机,以便我可以备份我的系统文件。 我对此很陌生。所以请给我更多关于如何执行此
我正在尝试用 java 解码 UPS Maxicode 并得到以下结果: [)>02967780900008400031Z49675335UPSN330W9107$FL:X-/,UY JKY -M,R
我做了一个Dockerfile和一个 docker-compose.yml我自己并尝试从 docker-compose.yml 制作容器。apache容器工作正常:稳定但 db容器没有。它永远不会成为
jQuery 新手,我需要在警告框关闭后更改“立即注册”按钮的文本。从伪代码的 Angular 来看,似乎我应该创建一个在关闭警报框后运行的函数。我根据自己的猜测和谷歌搜索尝试了很多事情,但似乎没有任
所以我基本上是在尝试让 python 输出发货状态。遗憾的是,ClassicUPS 包裹仅在递送时显示日期,在运输途中显示“True”或“False”。 这是默认的“ups.py”: class Tr
我终于设法设置了一个 UPS 货件 XML 请求,我想与其他遇到困难的人分享它。因此,根据 2017 年的最新文档,这是一个完整的面向 PHP 对象的有效 XML。 Im doing this bec
好吧,我正在编写一个函数作为词法分析器的一部分,它“查找”或搜索与关键字的匹配项。我的词法分析器捕获了所有明显的标记,例如单字符和多字符运算符 ( + - * / > < = == etc )(注释和
我是一名优秀的程序员,十分优秀!