摘要:jQuery
UpdatePanel plug-in
http://updatepanelplugin.codeplex.com/
$(document).ready(function() { //Place jQuery code here for elements selected outside the update panel $('#UpdatePanel1').panelReady(function() { //Place jQuery code here for elements selected inside the update panel $('#Button1').click(function() { alert('button clicked!'); }); }); });