教程集 www.jiaochengji.com
教程集 >  jQuery  >  jQuery 插件  >  正文 jQuery Form Plugin

jQuery Form Plugin

发布时间:2014-05-20   编辑:jiaochengji.com
jQuery Form Plugin 是一个扩展表单操作的 jQuery 插件,直接文件上传表单,示例代码:   <head>     <script type="text/javascript" src="path/to/jquery.js"></script>     <script type="text/javascript" src="path/to/form.js">&
jquery Form Plugin 是一个扩展表单操作的 jQuery 插件,直接文件上传表单,示例代码:   <head>     <script type="text/javascript" src="path/to/jquery.js"></script>     <script type="text/javascript" src="path/to/form.js"></script>      <script type="text/javascript">         // wait for the DOM to be loaded         $(document).ready(function() {             // bind 'myForm' and provide a simple callback function             $('#myForm').ajaxForm(function() {                 alert("Thank you for your comment!");             });         });     </script> </head> 这里有一份中文文档: http://www.aqee.net/docs/jquery.form.plugin/jquery.form.plugin.html

您可能感兴趣的文章:
FCKEditor Plugin
Form Tooltip
jQuery iPhone Plugin
Form Reset
经典海量jQuery插件 大家可以收藏一下
jQuery Form Plugin
Simple jQuery Date-picker Plugin
海量经典的jQuery插件集合
jQuery向导插件 Jquery Wizard Plugin
强烈推荐240多个jQuery插件提供下载

[关闭]
~ ~