转换 HTML2HAML - jQuery 选项卡
所以我使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
问题是 .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.