一个小时前我有这个工作,但一定改变了一些东西。我应该如何使用 ZendX 调用 ajaxLink 以便执行响应 html 中的任何 javascript?我尝试过,processData
因为我认为我使用过它,但现在它不起作用。
<?php echo $this->ajaxLink('Click me and I will run the returned javascript code',
$this->url(array('controller' => 'foo', 'action' => 'bar')),
array('id' => 'myid'),
'processData' => true,
'method' => 'post',
'async' => false
),
array('a_posted_id' => $the_posted_id));?>