我正在尝试在 Jquery Mobile 和 Coldfusion8 中设置一个页面。
我的 Jquery Mobile 链接到内部页面如下所示:
<a href="#somePage" data-role="button">Click this button</a>
如果我像这样通过 Coldfusion 运行它:
<cfoutput>
<a href="#somePage" data-role="button">Click this button</a>
</cfoutput>
并渲染页面,在页面跳转到正常状态之前,我短暂地看到一个“无效构造”错误闪烁。我已经在顶部加载脚本,但并没有真正帮助。
知道如何规避这个问题吗?
谢谢!
编辑:现在尝试使用“##”而不是“#”