We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
假设两个多选select A和B,多选中A中的选项后,想触发一个ajax请求,异步查询后台数据,然后渲染B 我是这样写的,form.on("select(A)",()=>$.ajax... 发现,点了A中的多项,就发多次请求。 有没有办法只发送一次请求。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
假设两个多选select A和B,多选中A中的选项后,想触发一个ajax请求,异步查询后台数据,然后渲染B
我是这样写的,form.on("select(A)",()=>$.ajax...
发现,点了A中的多项,就发多次请求。
有没有办法只发送一次请求。
The text was updated successfully, but these errors were encountered: