Danh mục

Tương tác giữa PHP và jQuery - part 30

Số trang: 10      Loại file: pdf      Dung lượng: 831.30 KB      Lượt xem: 8      Lượt tải: 0    
Jamona

Hỗ trợ phí lưu trữ khi tải xuống: 3,000 VND Tải xuống file đầy đủ (10 trang) 0
Xem trước 2 trang đầu tiên của tài liệu này:

Thông tin tài liệu:

CHAPTER 8 ■ EDITING THE CALENDAR WITH AJAX AND JQUERYvar action = "edit_event"; // Loads the editing form and displays it $.ajax({ type: "POST", url: processFile, data: "action="+action, success: function(data){ // Hides the form var form = $(data).hide(), // Make sure the modal window exists modal = fx.initModal(); // Call the boxin function to create // the modal overlay and fade it in fx.boxin(null, modal); // Load the form into the window, // fades in the content, and adds // a class to the form form .appendTo(modal) .addClass("edit-form") .fadeIn("slow"); }, error: function(msg){ alert(msg); } }); });Determining the Form ActionIn the...
Nội dung trích xuất từ tài liệu:
Tương tác giữa PHP và jQuery - part 30

Tài liệu được xem nhiều: