gpt4 book ai didi

javascript - 在 Seaside JQuery 回调中获取 Javascript 接收器的值

转载 作者:行者123 更新时间:2023-12-02 20:26:47 25 4
gpt4 key购买 nike

我的问题类似于this - 如何获取 javascript this (这样我就可以获取它的值,假设它是表单文本输入)?我正在尝试将文本输入的值发送到您看到的回调:

html textInput id: #thingy; 
onClick: (html jQuery ajax
callback:[:x | x inspect]
value:(html jQuery event currentTarget ????));
with: 'I am the value the poster wants to see inspected in the above callback block!'.

最佳答案

如果您想在单击时触发回调,只需在 onClick 事件上绑定(bind) serializeThisWithHidden 即可。

html textInput id: #thingy; 
onClick: (html jQuery ajax serializeThisWithHidden);
callback:[:x | x inspect];
with: 'I am the value the poster wants to see inspected in the above callback block!'.

我脑子里没有:)

关于javascript - 在 Seaside JQuery 回调中获取 Javascript 接收器的值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4721207/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com