- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在尝试验证 modalbox 中的字段,但是下面是我的验证代码,它不起作用
$("#formapplication").validate({
rules: {
tb_name:{ required: true },
tb_url: {required: true},
tb_tag: {required: true},
tb_desc: {required: true},
tb_catg: {required: true}
},
messages:{
tb_name:{ required: "Please Enter Full name" },
tb_url: {required: "Please Enter URL"},
tb_tag: {required: "Please Enter Tag."},
tb_desc: {required: "Please Enter Description."},
tb_catg: {required: "Please Select Category."}
}
});
jquery 验证插件支持 modalbox,但我在同一页面上编写的简单 html 不使用 ajax 调用任何想法 pelase 帮助。
下面是xhtml
<div id="submitapplication" style="display:none">
<form action="" id="formapplication" name="formapplication" method="post">
<div class="submitapplicationbox">
<label>Name<input type="text" name="tb_name" id="tb_name" /></label>
<label>Url<input type="text" name="tb_url" id="tb_url" /></label>
<label>Tags<input type="text" name="tb_tag" id="tb_tag" /></label>
<label>Category<select name="select" id="tb_catg">
<option value=""></option>
</select></label>
<label>Description
<textarea cols="" rows="" name="tb_desc" id="tb_desc" ></textarea></label>
</div>
<div class="twiteraccountinfobox">
<label>Name<input type="text" name="tb_twaccount" id="tb_twaccount" /></label>
<div style="margin-top:20px;"><input type="button" id="submitapp" value="Submit Application" /></div>
<div id="response" style="display:none;"></div>
</div>
最佳答案
我缺少用于验证的所有输入所需的类
<input type="text" id="tb_name" class="required" />
关于jquery 验证插件在 modalbox 中不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/665680/
我正在尝试验证 modalbox 中的字段,但是下面是我的验证代码,它不起作用 $("#formapplication").validate({ rules: { tb_name:{
(在开始之前:这个问题的目的不是要引发争论或放下任何人最喜欢的工具。) 我正在尝试确定最常用和/或最受支持的 ModalBox 插件。好像有几十个,而且由于我无法确定它们的受欢迎程度或质量,所以最好的
我正在使用 react-native-modalbox .从下图中的深色阴影区域来看,我的模型卡在了它所在组件的上下文中。不是整个应用程序。有没有办法让模式认为它在根组件级别?我试过 zIndex:5
Uncaught TypeError: $(...).load(...).modal is not a function 当我关闭模式并尝试再次重新打开模式框时,我可以在控制台中看到此错误。有时它工作
我真正想做的是让我的 script.aculo.us Autocompleter 在我的表单加载到 Modalbox 对象中时为它工作。 当然,我在独立加载表单时尝试了我的自动完成器,它按预期工作。作
我有一个关于将 session 变量传递到更新面板(显示在模态弹出窗口中)中的文本框的问题。这是我到目前为止的代码: ASPX 代码:
我是一名优秀的程序员,十分优秀!