I found the solution for my answer.
==========================
<?php
echo $this->ajaxLink("Delete", "/about/delete/id/".$value['id'],
array('update' =>
'#about-item-'.$value['id'],
'complete' =>
'$("#'.$itemId.'").remove();
$("#content").animate({"height":$("#about").height()},function(){$("#about").fadeIn("fast");});',
'noscript' => false,
'method' => 'post'))
;?>
==========================
However, I'm still in request of editing in place with ZendX_JQuery or just
prototype in ZF Application. Please advise with small sample code. ;-)
Thanks
--
View this message in context:
http://n4.nabble.com/How-to-implement-remove-in-ajaxLink-tp1751541p1752488.html
Sent from the Zend Framework mailing list archive at Nabble.com.