转换 HTML2HAML - jQuery 选项卡

发布于 2024-12-17 01:46:54 字数 620 浏览 0 评论 0原文

所以我使用 html2haml 转换器转换以下内容:

https://gist.github.com/1379702

来自

http://css-tricks.com/2361-jquery-ui-tabs-with-nextprevious/

到 haml,但是我无法让它在我的网站上工作,所以我想知道 haml 是否仍然混乱,因为我只是使用转换脚本。

我将 javscript 文件放在 asset/javascript 文件夹中的正确位置,并将 css 放在样式表中。

谢谢,

更新:我在我的 Rails 项目中使用以下代码 https://gist .github.com/1379734

So I used the html2haml converter to convert the following:

https://gist.github.com/1379702

from

http://css-tricks.com/2361-jquery-ui-tabs-with-nextprevious/

to haml, however I can't get it to work on my site, so I was wondering if the haml was still messed up since I am just using a converting script.

I put the javscript files in the correct locations in the assest/javascript folder, and the css in stylesheets.

Thanks,

UPDATE: I am using the following code on my rails project https://gist.github.com/1379734

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

假情假意假温柔 2024-12-24 01:46:55

问题是 .js 文件的顺序 - jquery ui 无法完全工作(稳定的“jquery-ui-1.8.16.custom.min.js”) 虽然这不能解决下一个按钮工作的问题,但是这是一个不同的 stackoverflow 问题。

The issue was the ordering of the .js files - jquery ui not working completely (stable "jquery-ui-1.8.16.custom.min.js") though that doesn't solve the issue of the next button working, but that's a different stackoverflow question.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文