gpt4 book ai didi

css - 单击 link_to root_url 会导致 CSS 使用 jquerymobile 消失

转载 作者:技术小花猫 更新时间:2023-10-29 11:44:27 30 4
gpt4 key购买 nike

我网站的 CSS 在桌面浏览器和移动浏览器上运行良好,但是当我单击链接返回主页“root_path”时,我的一些 CSS 样式消失了。

#routes.rb
resources :welcomes
root :to => "welcomes#index"


#_header.html.erb
<%= link_to 'Welcome!', root_url %>

#application.html.erb
<%= stylesheet_link_tag "jquery.mobile-1.0b2.css" if mobile_device? %>

如果我使用 url http://192.168.1.4:3000 查看它,它看起来很棒。当我单击标题中的“欢迎”链接时,我丢失了 CSS 样式。我想是因为url变成了http://192.168.1.4:3000/#/。为什么不只是 /?我已经尝试了 root_pathroot_urlwelcomes_path 等,结果都一样。

最佳答案

根据错误报告here ,我相信这是 jquerymobile 中的错误。

更新事实上,JQuery Mobile Beta 3 解决了这个问题。

关于css - 单击 link_to root_url 会导致 CSS 使用 jquerymobile 消失,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7289999/

30 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com