发送邮件功能处理时调用Jquery消息框 [英] Calling Jquery message box while sending mail function processing

查看:63
本文介绍了发送邮件功能处理时调用Jquery消息框的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有Jquery Msgbox,我想在发送邮件功能时调用它。



i调用但是因为js它在执行后端后调用编码,它没有使用....

I have Jquery Msgbox and i want to call it while sending mail function is processing.

i call that but because of js it call after execution of back-end coding and it is not used....

推荐答案

您好


您可以使用jquery ajax发送电子邮件例子



当你点击按钮发送电子邮件时,你必须调用jquery ajax函数

Hi
you can use jquery ajax to send email like for example

when you click on button to send email ,you have to call jquery ajax function


(#btnSendEmai;)。click(function(){

//显示消息框
("#btnSendEmai;").click(function(){ // Show message box


(' #dvMessage')。show();

//调用SendEmail方法
('#dvMessage').show(); // Call SendEmail method


这篇关于发送邮件功能处理时调用Jquery消息框的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆