当前位置:  开发笔记 > 编程语言 > 正文

当我在海边2.9使用'jQuery ajax'时,为什么我的服务器端回调没有出现?

如何解决《当我在海边2.9使用'jQueryajax'时,为什么我的服务器端回调没有出现?》经验,为你挑选了1个好方法。

我想在海边2.9做这样的事情

html button 
 onClick: (html jQuery ajax
  serialize: (html jQuery this);
  script: [:s | s << (s jQuery id: stratId) append: [html text: 'bing'. html break]]);
 callback: [2 inspect];
with: 'add option'.

而且我希望我的div与stratId相加,但我的吱吱声图像中没有检查窗口?这样做的正确方法是什么?



1> Lukas Renggl..:

答案是在JQueryInstance的方法注释的第二部分>> #serializeThis:

"Serialize the receiving element. Note that this might not work for all form elements: (1) for check-boxes and multi-select lists Seaside internally depends on an additional hidden form element that is generated automatically, instead use #serializeThisWithHidden (2) submit-button callbacks are ignored, instead use a normal callback to trigger specific code evaluation."

而是将您的回调代码放入jQuery回调本身,即#script:block.

推荐阅读
U友50081205_653
这个屌丝很懒,什么也没留下!
DevBox开发工具箱 | 专业的在线开发工具网站    京公网安备 11010802040832号  |  京ICP备19059560号-6
Copyright © 1998 - 2020 DevBox.CN. All Rights Reserved devBox.cn 开发工具箱 版权所有