gpt4 book ai didi

jquery - 如何使用 jquery mobile 重定向到 cakephp 2 中的其他操作?

转载 作者:行者123 更新时间:2023-12-01 04:47:11 25 4
gpt4 key购买 nike

我遇到了问题,我想这里的一些专业人士可以帮助我。

目前,我用 cakephp2 制作了一个网站,并为其实现了 jquery mobile。问题是下面的链接不起作用。每当我尝试使用该链接时,它都会显示一个黄色对话框,上面写着“加载页面时出错”。

<a data-rel="back">Return</a> <?php echo $this->Html->link('Home',array('action'=>'index'),array('data-icon'=>'home','data-iconpos'=>'notext)));?></div>

最佳答案

<?php echo $this->Html->link('Home',
array(
'controller'=>'your_controller', //Write here controller name
'action'=>'index'),
array(
'data-icon'=>'home',
'data-iconpos'=>'notext'))); //Here you missing single quote
?>

关于jquery - 如何使用 jquery mobile 重定向到 cakephp 2 中的其他操作?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27751441/

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