Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/fsharp/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Jquery反馈对话框_Jquery_Feedback - Fatal编程技术网

Jquery反馈对话框

Jquery反馈对话框,jquery,feedback,Jquery,Feedback,我正在尝试为我的站点实现一个反馈框。我为此使用jqueryhttp://grasshopperpebbles.com/demos/index.php/jqueryui/feedback/dialog. 解释见链接博客文章。我可以显示该对话框,但无法读取send_mail.php。为什么会这样 提前谢谢。没关系。我自己修的。这是为那些正在寻找答案的人准备的。在“ui.imFeedBack-0.5.2.js”文件中,我更改了sendFeedback函数部分。这是密码- sendFeedBack: f

我正在尝试为我的站点实现一个反馈框。我为此使用jqueryhttp://grasshopperpebbles.com/demos/index.php/jqueryui/feedback/dialog. 解释见链接博客文章。我可以显示该对话框,但无法读取send_mail.php。为什么会这样


提前谢谢。

没关系。我自己修的。这是为那些正在寻找答案的人准备的。在“ui.imFeedBack-0.5.2.js”文件中,我更改了sendFeedback函数部分。这是密码-

sendFeedBack: function() { 
x=$("#imFeedBack-FormContainer").serialize();
$.post("send_mail.php",'&'+x,function(result){ 
           $('#imFeedBack-FormContainer').html(result); 
}); 
}


您可以根据自己的要求对此进行更改

没关系。我自己修的。这是为那些正在寻找答案的人准备的。在“ui.imFeedBack-0.5.2.js”文件中,我更改了sendFeedback函数部分。下面是代码-sendFeedBack:function{x=$imFeedBack-FormContainer.serialize;$.postsend_mail.php',&'+x,functionresult{$'imFeedBack-FormContainer.htmlresult;};}您可以根据需要对此进行更改