- android - 多次调用 OnPrimaryClipChangedListener
- android - 无法更新 RecyclerView 中的 TextView 字段
- android.database.CursorIndexOutOfBoundsException : Index 0 requested, 光标大小为 0
- android - 使用 AppCompat 时,我们是否需要明确指定其 UI 组件(Spinner、EditText)颜色
我有一个包含 tile-divs 的站点。在每个 tile-div 中都有一个包含在该 tile 中显示的内容的 div 和一个包含在单击时触发的隐藏模式内容的 div。 出于 CMS 的目的,模态框需要包含在与 tile-div 内容相同的 div 中,但要显示在整个页面上。
我遇到的问题是模式无法转义 tile-div 以覆盖整个页面。它似乎卡在 tile-div 容器中。
我在这里创建了一个 bootply 示例:http://www.bootply.com/wtIPZuNXKY
HTML:
<div class="nopadding carousel-row">
<div class="carousel-row-inner">
<div class="gallery-cell" data-toggle="modal" data-target="#exampleModal" data-whatever="@mdo">
<div class="cell-details">
<div class="cell-title">
<h3>Cell title</h3>
<p>Suspendisse vel.</p>
</div>
</div>
<!--gallery-cell-->
<div class="modal fade" id="exampleModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
<h4 class="modal-title" id="exampleModalLabel">New message</h4>
</div>
<div class="modal-body">
<form>
<div class="form-group">
<label for="recipient-name" class="control-label">Recipient:</label>
<input type="text" class="form-control" id="recipient-name">
</div>
<div class="form-group">
<label for="message-text" class="control-label">Message:</label>
<textarea class="form-control" id="message-text"></textarea>
</div>
</form>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
<button type="button" class="btn btn-primary">Send message</button>
</div>
</div>
</div>
</div>
</div>
<!--tile-->
</div>
</div>
CSS
.carousel-row {
overflow: hidden;
position: absolute;
top: 100px;
width: 100vw;
min-width: 100%;
z-index: 666;
}
.carousel-row-inner {
font-size: 0;
height: auto;
margin: 40px auto;
overflow: visible;
padding-bottom: 10px;
position: relative;
-webkit-transition: 450ms -webkit-transform;
transition: 450ms transform;
white-space: nowrap;
width: 100vw;
min-width: 100%;
box-sizing: border-box;
}
.gallery-cell {
cursor: pointer;
display: inline-block;
font-size: 20px;
height: 200px;
margin-right: 20px;
position: relative;
-webkit-transition: 450ms all;
transition: 450ms all;
-webkit-transform-origin: center left;
-ms-transform-origin: center left;
transform-origin: center left;
width: 242px;
overflow-x: visible;
background-color:#ccc;
}
JS
$('.gallery-cell').on('click', function(e) {
$('#myModal').modal('hide');
$('#myModal').addClass('out');
});
感谢任何帮助。
最佳答案
检查以下是 Bootply
URL
$('.gallery-cell').on('click', function(e) {
$('#myModal').modal('hide');
$('#myModal').addClass('out');
});
.carousel-row {
overflow: hidden;
position: absolute;
top: 100px;
width: 100vw;
min-width: 100%;
z-index: 666;
}
.carousel-row-inner {
font-size: 0;
height: auto;
margin: 40px auto;
overflow: visible;
padding-bottom: 10px;
position: relative;
-webkit-transition: 450ms -webkit-transform;
transition: 450ms transform;
white-space: nowrap;
width: 100vw;
min-width: 100%;
box-sizing: border-box;
}
.gallery-cell {
cursor: pointer;
display: inline-block;
font-size: 20px;
height: 200px;
margin-right: 20px;
position: relative;
-webkit-transition: 450ms all;
transition: 450ms all;
-webkit-transform-origin: center left;
-ms-transform-origin: center left;
transform-origin: center left;
width: 242px;
overflow-x: visible;
background-color:#ccc;
}
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
<div class="modal fade" id="exampleModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
<h4 class="modal-title" id="exampleModalLabel">New message</h4>
</div>
<div class="modal-body">
<form>
<div class="form-group">
<label for="recipient-name" class="control-label">Recipient:</label>
<input type="text" class="form-control" id="recipient-name">
</div>
<div class="form-group">
<label for="message-text" class="control-label">Message:</label>
<textarea class="form-control" id="message-text"></textarea>
</div>
</form>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
<button type="button" class="btn btn-primary">Send message</button>
</div>
</div>
</div>
</div>
<div class="nopadding carousel-row">
<div class="carousel-row-inner">
<div class="gallery-cell" data-toggle="modal" data-target="#exampleModal" data-whatever="@mdo">
<div class="cell-details">
<div class="cell-title">
<h3>Cell title</h3>
<p>Suspendisse vel.</p>
</div>
</div>
<!--gallery-cell-->
</div>
<!--tile-->
</div>
</div>
关于jquery - 从包装 div 中转义 Bootstrap 模态,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34295036/
我有一个 javascript 从用户输入中读取的 URL。这是 JavaScript 代码的一部分: document.getElementById("Snd_Cont_AddrLnk_BG").v
我将如何在 javascript 中转义斜杠// var j = /^(ht|f)tp(s?)://([\w-]+\.)+[\w-]+(/[\w-./?%&=]*)?$;/ 最佳答案 使用 \ 进行转
在解析到这样的对象之前,我要转义 & 和 =: var obb = parseJSON('{"' + text.replace(/&/g, "\",\"").replace(/=/g,"\":\"")
我正在使用 freemarker 生成一个 freemarker 模板。但我需要一些方法来转义 freemarker 标签。 我将如何逃脱 标签或 ${expression} ? 最佳答案 您也可以使
我正在尝试匹配方括号,即 excel 中正则表达式 VBA 中的 []。我正在尝试使用以下代码,但它不起作用。 Public Function IsSpecial(s As String) As L
我通过设置将 PowerShell 添加到我的上下文菜单中: Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\Directory\she
我需要转义 $,因此我需要将所有出现的 $ 替换为 \$ 所以我写了这个方法: // String#replaceAll(String regex, String replacement) publi
我正在格式化我的问题。非常遗憾。这是我的问题的摘要 在 JSP 中我有一个字段 我输入的值类似于“cQN==ujyRMdr+Qi8dO9Xm*eRun+ner==aLTyt?aKmGI” 实际行动
我有一个文本文件,其内容是C:\temp 我想要值 C:\temp替换为从变量定义的不同值 此外,将从批处理文件(windows .cmd)中调用 perl oneliner set CMDDIR=C
有没有办法使用 jTemplates 来转义 {$,这样我就可以在 onBlur 中使用内联 javascript,例如 telegraaf 在 processTemplate 之后得到这个: 谢谢
我正在尝试将 wget 与包含“#”符号的 url 一起使用。无论我做什么来逃避这个角色,它都不起作用。我用过\、' 和 "。但它们都不起作用。有人有什么建议吗? 谢谢! 最佳答案 如果您真的想让它有
我想知道如何从数据库中回显带有 $ 符号的字符串。此时,数据库中的值“Buy one for $5.00”将转换为“Buy one for .00”。 假设该字段的名称为 title,值为 Buy o
我在 mySQL 中有一个查询,旨在返回我们网站上使用的搜索词。是的,这是一个标签云,是的,我知道它是一条鲻鱼 :) 我们有一个管理页面,管理员可以在其中查看搜索词并选择将它们排除在云端之外。这些词进
我有一个文本区域。在其点击事件上。我将其插入数据库中,然后将其显示为元素列表中的第一个元素。问题是。如果我输入""在textarea中,jquery无法正确显示。它显示为空。代码是 var note
我想知道是否有某种字符串前缀,这样 cstring 就可以按原样使用,而不需要我转义所有字符。我不是 100% 确定。我记得一些关于在字符串前加上 @ 符号( char str[] = @"some\
这个问题在这里已经有了答案: How do I escape curly-brace ({}) characters in a string while using .format (or an f
C/C++编译器如何操作源代码中的转义字符["\"]?如何编写用于处理该字符的编译器语法?遇到那个字符后,编译器会做什么? 最佳答案 大多数编译器分为几个部分:编译器前端称为 lexical anal
我计划接受用户输入,并将其插入到一个 div 中 user_content 一个用户提供内容,另一个用户接收内容。 我认为我会遵循的建议来自 https://www.owasp.org/index.p
我有一个这种形式的 url - http:\\/\\/en.wikipedia.org\\/wiki\\/The_Truman_Show。我怎样才能使它成为正常的网址。我试过使用 urllib.unq
我有一个带有转义数据的字符串 escaped_data = '\\x50\\x51' print escaped_data # gives '\x50\x51' 什么 Python 函数会对其进行反转
我是一名优秀的程序员,十分优秀!