教程集 www.jiaochengji.com
教程集 >  jQuery  >  jQuery 插件  >  正文 jQuery表单生成插件 jquery-form

jQuery表单生成插件 jquery-form

发布时间:2014-05-08   编辑:jiaochengji.com
jquery-form 是一个用来即时生成表单的jQuery插件,使用方法: $("#form1").form({     legend: "Quiz #4",     params: {         "Title": "What's the answer ?",         "your_answer": {             label: "Your Answer&quo
jquery-form 是一个用来即时生成表单的jQuery插件,使用方法: $("#form1").form({    legend: "Quiz #4",    params: {        "Title": "What's the answer ?",        "your_answer": {            label: "Your Answer",            value: "42"        }    }}).find(":submit").val("Save").end().submit(function() {    $("#message").html("You just submit that form");    setTimeout(function() { $("#message").empty(); }, 5000);    return false;});

您可能感兴趣的文章:
jQuery表单生成插件 jquery-form
jQuery表单验证插件 Form Validation
jQuery Inline Form Validation Engine
jQuery导航菜单插件 AutoSprites
jQuery菜单插件 Dmenu jQuery Plugin
Ajax Form
分享27款非常棒的jQuery 表单插件
jQuery表单验证插件 Live Form Validation
jQuery的插件列表(2010-1-25更新)
jQuery Drop Line Menu

[关闭]
~ ~