如何在jquery中选择索引更改时防止下拉刷新
问题描述:
请尽快提供解决方案.....
预付谢谢
Please provide solution as soon as posiible .....
advance Thanks
答
解决方案是将您的下拉列表的Autopostabck
属性设置为false
(否则将生成postabcks),然后使用jQuery和AJAX用于管理您下拉列表中当前选定的项目操作。
The solution is to setAutopostabck
property of your drop down tofalse
(otherwise postabcks will be generated), then to use jQuery and AJAX to manage the current selected item actions from your drop down.