什么是jquery中的ob_post调用服务器端方法? [英] What is ob_post in jquery to call server side method ?

查看:47
本文介绍了什么是jquery中的ob_post调用服务器端方法?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


我正在学习jquery,并且遇到了jquery中的行代码,例如

Hi,
I am learning jquery and I have come across a code of lines in jquery e.g

ob_post.AddParam("rows", postData.rows);
ob_post.AddParam("sortIndex", postData.sidx);
ob_post.AddParam("sortType", postData.sord);
ob_post.post(null, "GetAppointmentsForToday", BindGrid);


其中,GetAppointmentsForToday是服务器端方法.我知道ob_post是调用服务器端方法,但我不知道在jquery中此对象.请提供有关其详细信息的指南.
在此先感谢


where GetAppointmentsForToday is server side method. I know ob_post is call server side method but I have no idea about this object in jquery. Please guide regarding its detail information.
Thanks in advance

推荐答案

您可以去这里,您会得到答案的..!


ob_post 1

ob_post 2
You can go here you will get your answer..!


ob_post 1
or
ob_post 2


这篇关于什么是jquery中的ob_post调用服务器端方法?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆