Jquery在更新面板中无法正常工作 [英] Jquery not working inside update panel

查看:85
本文介绍了Jquery在更新面板中无法正常工作的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Hello All,



我在更新面板中有一个转发器控件。还有J查询滑块在转发器内。

(转发器正在填写日期明智的时间表)

点击下一步按钮后我按照日期再次绑定转发器。



当我删除更新面板时,jquery和滑块工作正常。但是更新面板没有任何作用。



请帮助

谢谢

Raj

解决方案

尝试使用此代码而不是


(document).ready(YourFunctionName);

 Sys.WebForms.PageRequestManager.getInstance()。add_pageLoaded(YourFunctionName)



检查这个 [ ^ ]。


Hello All,

I have a repeater control inside a Update panel. also J query slider is inside repeater .
(repeater is populating date wise schedule )
after clicking next button i am binding the repeater again as per the date.

When i remove the Update panel the jquery and slider working fine. But with update panel nothing works.

Please help
Thanks
Raj

解决方案

Try using this code instead of


(document).ready(YourFunctionName);

Sys.WebForms.PageRequestManager.getInstance().add_pageLoaded(YourFunctionName)


Check this[^].


这篇关于Jquery在更新面板中无法正常工作的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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