我有2頁:index.php和form1.php。 在我的index.php我有一個按鈕,它具有功能加載在DIV form1.php的內容:jquery ui風格不顯示時加載內容上ajax
$("#btnLoadContent").button().click(function(){
$("#divcontent").empty().load("form1.php")});
在form1.php y的一種形式,一個名爲btnSend按鈕。 在指數我使用這個:
$("#btnSend").button();
但加載時,這個按鈕沒有實現的腳本的風格或功能。我還沒有意識到爲什麼。
代碼似乎並不正確,嘗試張貼滿糾正代碼更accurancy –