zendframework中使用 Jquery ajax传值为什么控制器中接收不到我传的值。坐等高手解答;相关代码如下 10
//Jquery端$("#showDoc").click(function(){$id=$(this).parent().parent().children(".firs...
//Jquery端
$("#showDoc").click(function(){
$id=$(this).parent().parent().children(".first-cell").html();
//location.href="document?id="+$id;
$.get("document",{id:$id},function(event){
$(".mydoc-center-box").css("display","block");
});
//控制器端
if(isset($_REQUEST["id"]))
{
$id=$this->getRequest()->getParam("id");
$sedoc=$document->selectDoc("id", $id);
$this->view->sedoc=$sedoc;
}
});
看了网上很多相关的实例感觉都没有什么地方做错,但是就是接收不到这个id~真不知道为什么了。我就是想当我点击的时候将数据库相关的内容显示出来。坐等高手解答。 展开
$("#showDoc").click(function(){
$id=$(this).parent().parent().children(".first-cell").html();
//location.href="document?id="+$id;
$.get("document",{id:$id},function(event){
$(".mydoc-center-box").css("display","block");
});
//控制器端
if(isset($_REQUEST["id"]))
{
$id=$this->getRequest()->getParam("id");
$sedoc=$document->selectDoc("id", $id);
$this->view->sedoc=$sedoc;
}
});
看了网上很多相关的实例感觉都没有什么地方做错,但是就是接收不到这个id~真不知道为什么了。我就是想当我点击的时候将数据库相关的内容显示出来。坐等高手解答。 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询