我尝试使用 Twitter Bootstrap 在我的网站上实现弹出窗口 javascript,但我做不到。如果有人可以帮助我处理我的代码,我将不胜感激。在此先感谢您。
<head>
...
<script src="scripts/jquery.min.js"></script>
<script src="scripts/html5.js"></script>
<script src="scripts/bootstrap-tabs.js"></script>
<script src="scripts/bootstrap-alerts.js"></script>
<script src="scripts/bootstrap-popover.js"></script>
<script src="scripts/bootstrap-twipsy.js"></script>
<script src="scripts/bootstrap-modal.js"></script>
<script src="1.3.0/bootstrap-scrollspy.js"></script> -->
<link rel="stylesheet" href="bootstrap.css" />
...
</head>
<body>
...
<div class="tab-content">
<div class="active" id="dwcenter_iso">
<table class="zebra-striped">
<thead>
<tr>
<th>Arquivo</th>
<th>Tamanho</th>
<th>Data</th>
<th>md5</th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="download.php">nimbus-opensource-backup-1.1.iso</a> <span class="label success">new</span></td>
<td>332M</td>
<td>16/09/11</td>
<!-- HERE GOES -->
<td><a href="#" class="btn danger" rel="popover" title="md5 Check Sum" data-content="343453453453453rfef34">ver</a>
<script>
$(function () {
$('a[rel=popover]')
.popover({
html: true
})
.click(function(e) {
e.preventDefault()
})
})
</script>
</td>
</tr>
<tr>
<td>nimbus-opensource-backup-1.0.iso <span class="label important">deprecated</span></td>
<td>332M</td>
<td>10/08/11</td>
<td>ver</td>
</tr>
<tr>
<td>nimbus-opensource-backup-0.9beta.iso <span class="label important">deprecated</span></td>
<td>380MB</td>
<td>25/09/10</td>
<td>ver</td>
</tr>
</tbody>
</table>
</div>
...
</body>
我试过“html: true”和 Bootstrap 文档示例“offset: 10”。 它确实显示了红色危险按钮,但随后什么也没有发生(弹出窗口不起作用)。
还有其他问题,我如何在表格的 TD 元素而不是按钮上实现它?
最佳答案
更改这两个脚本,因为 popover 是 twipsy 的扩展,需要先加载...
<script src="scripts/bootstrap-twipsy.js"></script>
<script src="scripts/bootstrap-popover.js"></script>
您不需要将 html 设置为 true,这是我的选项,您可以根据需要更改
$(function(){
$(".btn").popover({
offset: 5,
placement: 'left'
});
});
关于javascript - "popover"Twitter Bootstrap css/javascript 库上的问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7584933/
我正在尝试测试是否存在表单。我是Rails新手。我的new.html.erb_spec.rb文件的内容是:require'spec_helper'describe"messages/new.html.erb"doit"shouldrendertheform"dorender'/messages/new.html.erb'reponse.shouldhave_form_putting_to(@message)with_submit_buttonendendView本身,new.html.erb,有代码:当我运行rspec时,它失败了:1)messages/new.html.erbshou
我在从html页面生成PDF时遇到问题。我正在使用PDFkit。在安装它的过程中,我注意到我需要wkhtmltopdf。所以我也安装了它。我做了PDFkit的文档所说的一切......现在我在尝试加载PDF时遇到了这个错误。这里是错误:commandfailed:"/usr/local/bin/wkhtmltopdf""--margin-right""0.75in""--page-size""Letter""--margin-top""0.75in""--margin-bottom""0.75in""--encoding""UTF-8""--margin-left""0.75in""-
我想为Heroku构建一个Rails3应用程序。他们使用Postgres作为他们的数据库,所以我通过MacPorts安装了postgres9.0。现在我需要一个postgresgem并且共识是出于性能原因你想要pggem。但是我对我得到的错误感到非常困惑当我尝试在rvm下通过geminstall安装pg时。我已经非常明确地指定了所有postgres目录的位置可以找到但仍然无法完成安装:$envARCHFLAGS='-archx86_64'geminstallpg--\--with-pg-config=/opt/local/var/db/postgresql90/defaultdb/po
尝试通过RVM将RubyGems升级到版本1.8.10并出现此错误:$rvmrubygemslatestRemovingoldRubygemsfiles...Installingrubygems-1.8.10forruby-1.9.2-p180...ERROR:Errorrunning'GEM_PATH="/Users/foo/.rvm/gems/ruby-1.9.2-p180:/Users/foo/.rvm/gems/ruby-1.9.2-p180@global:/Users/foo/.rvm/gems/ruby-1.9.2-p180:/Users/foo/.rvm/gems/rub
为了将Cucumber用于命令行脚本,我按照提供的说明安装了arubagem。它在我的Gemfile中,我可以验证是否安装了正确的版本并且我已经包含了require'aruba/cucumber'在'features/env.rb'中为了确保它能正常工作,我写了以下场景:@announceScenario:Testingcucumber/arubaGivenablankslateThentheoutputfrom"ls-la"shouldcontain"drw"假设事情应该失败。它确实失败了,但失败的原因是错误的:@announceScenario:Testingcucumber/ar
我的最终目标是安装当前版本的RubyonRails。我在OSXMountainLion上运行。到目前为止,这是我的过程:已安装的RVM$\curl-Lhttps://get.rvm.io|bash-sstable检查已知(我假设已批准)安装$rvmlistknown我看到当前的稳定版本可用[ruby-]2.0.0[-p247]输入命令安装$rvminstall2.0.0-p247注意:我也试过这些安装命令$rvminstallruby-2.0.0-p247$rvminstallruby=2.0.0-p247我很快就无处可去了。结果:$rvminstall2.0.0-p247Search
由于fast-stemmer的问题,我很难安装我想要的任何rubygem。我把我得到的错误放在下面。Buildingnativeextensions.Thiscouldtakeawhile...ERROR:Errorinstallingfast-stemmer:ERROR:Failedtobuildgemnativeextension./System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/rubyextconf.rbcreatingMakefilemake"DESTDIR="cleanmake"DESTDIR=
我想设置一个默认日期,例如实际日期,我该如何设置?还有如何在组合框中设置默认值顺便问一下,date_field_tag和date_field之间有什么区别? 最佳答案 试试这个:将默认日期作为第二个参数传递。youcorrectlysetthedefaultvalueofcomboboxasshowninyourquestion. 关于ruby-on-rails-date_field_tag,如何设置默认日期?[rails上的ruby],我们在StackOverflow上找到一个类似的问
我将我的Rails应用程序部署到OpenShift,它运行良好,但我无法在生产服务器上运行“Rails控制台”。它给了我这个错误。我该如何解决这个问题?我尝试更新rubygems,但它也给出了权限被拒绝的错误,我也无法做到。railsc错误:Warning:You'reusingRubygems1.8.24withSpring.UpgradetoatleastRubygems2.1.0andrun`gempristine--all`forbetterstartupperformance./opt/rh/ruby193/root/usr/share/rubygems/rubygems
我遵循MichaelHartl的“RubyonRails教程:学习Web开发”,并创建了检查用户名和电子邮件长度有效性的测试(名称最多50个字符,电子邮件最多255个字符)。test/helpers/application_helper_test.rb的内容是:require'test_helper'classApplicationHelperTest在运行bundleexecraketest时,所有测试都通过了,但我看到以下消息在最后被标记为错误:ERROR["test_full_title_helper",ApplicationHelperTest,1.820016791]test