close

於Button .click() 時加上__doPostBack();
即可對應CodeBehind的Click事件
ex:

// 這 Botton1.click 會對應到 CodeBehind 的 Button1_Click 事件
$("#button1").click(function() {
	__doPostBack("button1", "");
	return false;
});
 
~Shael
arrow
arrow
    文章標籤
    .NET JAVA jQuert
    全站熱搜

    shael 發表在 痞客邦 留言(0) 人氣()