NÉT XƯA ĐỒ THỜ

Địa chỉ: Xã Sơn Đồng, Huyện Hoài Đức, Thành phố Hà Nội

Hotline: 0963 313 969

Email: Netxuadotho@gmail.com

Website: www.Netxuadotho.com

THÔNG TIN LIÊN HỆ

'; $noticeArea.html(htmlSuccess); // Reset form $form[0].reset(); } else { // Hiển thị inline lỗi (khung đỏ) var htmlError = '
' + response.data.message + '
'; $noticeArea.html(htmlError); } }, error: function(jqXHR, textStatus, errorThrown){ // Nếu AJAX gặp lỗi, hiển thị thông báo chung var htmlError = '
' + 'Không thể gửi yêu cầu. Vui lòng thử lại sau.' + '
'; $noticeArea.html(htmlError); }, complete: function(){ // Reset nút nếu có thay đổi text/disabled // $form.find('.cf-submit').text('Gửi đi').removeAttr('disabled'); } }); }); }); })(jQuery);