jquery 预览提交的表单

预览表单,查看后确认提交或者返回重填

演示

XML/HTML Code

  1. <form class="mform" id="myform" method="POST" id="myform" action="">

  2. <fieldset>

  3. <legend>Registeration</legend>

  4. <table cellspacing="0">

  5. <tbody>

  6. <tr>

  7. <td><label for="u_name"> Username :</label></td>

  8. <td><input type="text" name="uname" id="u_name">

  9. <td>

  10. </tr>

  11. <tr>

  12. <td><label for="u_pwd"> Password :</label></td>

  13. <td><input type="password" name="uname" id="u_pwd"></td>

  14. </tr>

  15. <tr>

  16. <td><label for="u_mail"> Email :</label></td>

  17. <td><input type="email" name="uname" id="u_mail"></td>

  18. </tr>

  19. <tr>

  20. <td><label for="u_country"> Country :</label></td>

  21. <td><select name="Country" id="u_country">

  22. <option value="" selected="selected">Select Country</option>

  23. <option value="United States">United States</option>

  24. <option value="United Kingdom">United Kingdom</option>

  25. <option value="China">China</option>

  26. </select></td>

  27. </tr>

  28. <tr>

  29. <td><span> Gender :</span></td>

  30. <td><input type="radio" name="gender" id="male" value="male">

  31. <label for="male"> Male</label>

  32. <input type="radio" name="gender" id="female"  value="female">

  33. <label for="female"> Female </label></td>

  34. </tr>

  35. <tr>

  36. <td><label for="subscribe"> Subscribe Us : </label></td>

  37. <td><input type="checkbox" id="subscribe" name="subscribe" value="yes"></td>

  38. </tr>

  39. <tr>

  40. <td></td>

  41. <td><input type="submit" value="submit"></td>

  42. </tr>

  43. </tbody>

  44. </table>

  45. </fieldset>

  46. </form>

JavaScript Code

  1. <script>

  2. $(document).ready(function() {

  3. $(‘#myform‘).previewForm();

  4. });

  5. </script>

jquery 预览提交的表单

时间: 2024-10-12 20:30:17

jquery 预览提交的表单的相关文章

jquery的ajax提交form表单方式总结

方法一: function AddHandlingFeeToRefund() { var AjaxURL= "../OrderManagement/AjaxModifyOrderService.aspx"; alert($('#formAddHandlingFee').serialize()); $.ajax({ type: "POST", dataType: "html", url: AjaxURL + '?Action=' + 'Submit

jquery使用ajax提交form表单

$.ajax({ type: jqform.attr('method'), // 提交方式 get/post url: jqform.attr('action'), // 需要提交的 url data:jqform.serialize(), success: function(json) { // var json = eval('(' + json + ')'); if(json.state) { alert('修改成功!'); ct.assoc.close(); return true; }

jQuery实现ajax提交form表单(可以是提交json),用springmvc接收。图文详解

第一种方法(简单易用,防蚊虫): 1.1 从form表单到congtroller接收.1 是form表单,2 是ajax提交 3 springmvc接收 1.2 debug 看后台数据,看到了吧,userEO接收到数据了 1.3 有人想看看seralize和seralizeArray数据不同 seralize:id=1&name=xiaohua&age=18&sex=man seralizeArray[ id 1],[ name xiaohua],[ age 18],[ sex m

jquery的ajax提交form表单

$.ajax({ cache: true, type: "POST", url:ajaxCallUrl, data:$('#yourformid').serialize(),// 你的formid async: false, error: function(request) { alert("Connection error"); }, success: function(data) { $("#commonLayout_appcreshi").

Jquery提交form表单

前台代码 1 <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Js_submit.aspx.cs" Inherits="Ctrip.Corp.Report.OfflineSite.CorpReportSetting.Js_submit" %> 2 3 <html xmlns="http://www.w3.org/1999/xhtml

jquery ajax提交整个表单参数

转自 : http://www.jb51.net/article/35085.htm function submit(){ var formData=$("form").serialize();  $.ajax({  type: "POST",  url: "/index.aspx",  processData:true,  data:formData,  success: function(data){  $("#result&quo

jquery.form.js(ajax表单提交)

Form插件地址: 官方网站:http://malsup.com/jQuery/form/ 翻译地址:http://www.aqee.net/docs/jquery.form.plugin/jquery.form.plugin.html#getting-started 一.准备工作 写一个表单: <form id="reg" action="123.php" method="post"> <p> <label for

使用jQuery,实现完美的表单异步提交

jQuery异步提交表单 1 <form id="form1" method="post"> 2 <table border="1"> 3 <tr> 4 <td>用户名:</td> 5 <td> 6 <input type="text" name="loginName" /></td> 7 </tr>

基于jQuery会员中心安全修改表单代码

基于jQuery会员中心安全修改表单代码.这是一款登录密码,交易密码,手机号码,实名认证,电子邮箱,安全设置表单,会员表单等设置代码.效果图如下: 在线预览   源码下载 实现的代码. html代码: <div class="Safety"> <dl> <dt> <strong>登录密码:</strong> <span>保障账户安全,建议您定期更换密码</span> <b><span