更新面板回发后Javascript无法正常工作
问题描述:
从更新面板回发后Javascript无效。
请帮助我解决这个问题。
Hi,
Javascript is not working after postback from update panel.
Kindly help me to resolve this issue.
答
看到这个.. :)
如何在更新面板回发后执行javascript回调? [ ^ ]
部分回发后,更新面板中的Javascript无法运行 [ ^ ]
在ASP.Net AJAX UpdatePanel部分PostBack或异步请求结束后,jQuery插件无法正常工作 [ ^ ]
jQuery
see this.. :)
How to have a javascript callback executed after an update panel postback?[^]
Javascript in update panel doesn't work after partial postback[^]
jQuery Plugins not working after ASP.Net AJAX UpdatePanel Partial PostBack or when Asynchronous request is over[^]
jQuery
(文件).ready和UpdatePanels? [ ^ ]
当UpdatePanel为upda时执行JavaScript ted [ ^ ]
(document).ready and UpdatePanels?[^]
Execute JavaScript when an UpdatePanel is updated[^]
在更新面板内
inside updatepanel
<script type="text/javascript" language="javascript">
Sys.Application.add_load(loadGraph);
</script>
where
loadGraph是javascript函数
where
loadGraph is javascript function