- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在开发一个新的 Rails 项目并尝试集成一个主题。但是,主题在其 .js
文件中使用 .tooltip
,Rails 给出以下错误:
Uncaught TypeError: $(...).tooltip is not a function
这是我的 app/assets/javascripts/application.js
文件:
//= require jquery
//= require jquery_ujs
//= require dataTables/jquery.dataTables
//= require activestorage
//= require theme/inspinia.js
//= require theme/metisMenu.js
//= require theme/jquery.slimscroll.min.js
它看起来与我之前拥有的 Rails 应用程序非常相似。
这是Gemfile
:
source 'https://rubygems.org'
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
ruby '2.5.1'
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 5.2.2'
gem 'bootstrap-sass', '~> 3.3.7'
gem 'font-awesome-rails'
# Use sqlite3 as the database for Active Record
gem 'sqlite3', '~> 1.3.6'
# Use Puma as the app server
gem 'puma', '~> 3.11'
# Use SCSS for stylesheets
gem 'sass-rails', '~> 5.0'
# Use Uglifier as compressor for JavaScript assets
gem 'uglifier', '>= 1.3.0'
# See https://github.com/rails/execjs#readme for more supported runtimes
# gem 'mini_racer', platforms: :ruby
# Use CoffeeScript for .coffee assets and views
gem 'coffee-rails', '~> 4.2'
# Turbolinks makes navigating your web application faster. Read more: https://github.com/turbolinks/turbolinks
gem 'turbolinks', '~> 5'
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
gem 'jbuilder', '~> 2.5'
# Use Redis adapter to run Action Cable in production
# gem 'redis', '~> 4.0'
# Use ActiveModel has_secure_password
# gem 'bcrypt', '~> 3.1.7'
# Use ActiveStorage variant
# gem 'mini_magick', '~> 4.8'
# Use Capistrano for deployment
# gem 'capistrano-rails', group: :development
# Reduces boot times through caching; required in config/boot.rb
gem 'bootsnap', '>= 1.1.0', require: false
group :development, :test do
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
gem 'byebug', platforms: [:mri, :mingw, :x64_mingw]
end
group :development do
# Access an interactive console on exception pages or by calling 'console' anywhere in the code.
gem 'web-console', '>= 3.3.0'
gem 'listen', '>= 3.0.5', '< 3.2'
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
gem 'spring'
gem 'spring-watcher-listen', '~> 2.0.0'
end
group :test do
# Adds support for Capybara system testing and selenium driver
gem 'capybara', '>= 2.15'
gem 'selenium-webdriver'
# Easy installation and use of chromedriver to run system tests with Chrome
gem 'chromedriver-helper'
end
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
# Jquery
gem 'jquery-rails'
gem 'jquery-ui-rails'
# Used for server-side processing of datatables.
gem 'jquery-datatables-rails'
gem 'ajax-datatables-rails'
我在这里的其他帖子中读到,这通常是由 jquery 被多次调用引起的,但我无法确定这是在哪里发生的。如果我尝试渲染空白页面,我仍然会收到错误,因此我不确定是 HTML 中的任何内容导致了该错误。我一定是遗漏了某些东西,或者某些东西的顺序错误。
如果我从 app/assets/javascripts/application.js
文件中删除 theme/inspinia.js
,那么它就不再出现。但是,如果我手动调用它,我仍然会收到错误。这是在 app/assets/javascripts/theme/inspinia.js
文件中调用它的位置:
$('.tooltip-demo').tooltip({
selector: "[data-toggle=tooltip]",
container: "body"
});
最佳答案
您没有在项目中加载 jquery ui。在 inspina.js 之前加载 jquery-ui
//= require jquery
//= require jquery_ujs
//= require jquery-ui
//= require dataTables/jquery.dataTables
//= require activestorage
//= require theme/inspinia.js
//= require theme/metisMenu.js
关于javascript - 即使包含 jQuery,Rails 也看不到 .tooltip 方法,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55462383/
我有一个多行的 Google LineChart。这些点不共享相同的 X 值,所以我必须以某种方式格式化我的数据以使其工作: var data = google.visualization.array
如何在某些 View 上显示工具提示/提示? 例如,在按钮上。 最佳答案 感谢两位 Andrew和 Sorin为解决方向。所提出的解决方案大多有效,但是当我使用它们时,它们完全弄乱了布局。事实证明,工
我在 DataGridView 上使用 winforms ToolTip 类(不是 datagridview 的工具提示,因为我需要自定义格式。) 然后我在 DataGridView 的 CellMo
我有两个工具提示,一个在外部元素上,另一个在内部元素上,如下所示: 如何在显示内部工具提示时删除外部工具提示? Here's a Fiddle 代码非常标准,但请记住,有时 v-tooltip像模式一
是的,这个问题已经被问过here在 SO。 问题是该问题的解决方案是隐藏工具提示,我真的需要删除而不是隐藏它。 我正在使用我制作的几个函数向我的表单中的几个控件添加工具提示。 有两个函数,一个是设置T
我的方法是使用特定的工具提示格式配置图表: Highcharts.chart('container', { tooltip: { formatter: function
我正在尝试在带有 Datagrid 的 WPF 窗体的单元格上设置工具提示。这行得通,但我不希望它在没有弹出文本可显示的单元格中弹出。 我在这里看到过类似的问题,但我无法让这些解决方案发挥作用。 这是
Angular 2 (2.0.0-rc.4)我使用 Bootstrap 的 Tooltip,Tooltip 需要在准备好后执行 javascript: $(function () { $('[da
目前我正在尝试将 ToolTip 的 IsOpen 属性绑定(bind)到我的支持 View 模型的属性。此外,绑定(bind)模式设置为“OneWayToSource”。 这是应用于 TreeVie
我应该关注以下 HTML 验证错误吗? …rel="tooltip" data-placement="bottom" data-original-title="Permalink">
我有一组数据,正在以散点图形式绘制。当我将鼠标悬停在其中一个圆圈上时,我希望它弹出数据(例如 x、y 值,也许更多)。这是我尝试使用的: vis.selectAll("circle") .dat
http://jsfiddle.net/Margo/yKG7X/1/我正在使用工具提示功能,就像 fiddle 一样。 $("#placeholder").bind("plothover",
当前的 Android YouTube 应用程序为导航用户界面提供了有用的提示。例如:当用户第一次在播放视频时切换选项卡时,会弹出一个带有箭头的小“工具提示”,上面写着“您也可以通过左右滑动来切换选项
我正在为我的项目使用 NVD3 库,并编写了以下代码。 var chart = nv.models.lineChart() .useInteractiveGuideline(t
我正在显示 jQuery UI Tooltip悬停时,就在我的元素中间。但是当将鼠标悬停在工具提示上时,工具提示本身就会消失。 (传播问题) 元素: 带有工具提示: 因此,当我将鼠标悬停在工具提示本身
我正在尝试使用从以下内容中找到的 .tooltip():Jquery-ui tooltip 。我拥有的是一个 Rails 应用程序,它在表格中包含一些信息。在单独的牢房中。目前,您可以通过单击单元格来
我使用 Highcharts 创建了一个图表。 工具提示在 FF 和 IE 中工作正常,但在 chorme 中,文本超出了框架。 我尝试使用 HTML tooltip: { //Tr
长话短说:我有一个窗口,在列表框中显示一堆图表。当鼠标悬停在图表上(使用 LineSeries)时,数据点后面有一条线(捕捉到数据点位置)。在那条线附近,我将展示一个由弹出窗口制成的工具提示,其中显示
现在使用 nv.d3 示例中的 stackedAreaChart(),当您将鼠标悬停在时间序列中的某个点上时,您会得到一个工具提示。 我垂直对齐了 3 个时间序列。如果鼠标悬停在其中任何一个点上,我希
我创建了一个具有两个数据集的 Chart JS 2 图。 当我将鼠标悬停在一行上时,我只会得到当前行的数据,但我也想查看另一行的数据。 如何在工具提示中添加特定日期的所有数据? 最佳答案 要在工具提示
我是一名优秀的程序员,十分优秀!