我想在为此我选择的jquery中添加隐藏或默认字段
$(document).ready.(function() {
alert("hai");
// Setup form validation on the #register-form element
// downcall_register_form==> form id
$("#downcall_register_form").validate({
//$("#id_tat").rules("add", {min: 1}),
// Specify the validation rules
//id_tat==> id of the input element
rules: {
id_tat: {
min: 1
}
},
// Specify the validation error messages
messages: {
id_tat: "Please enter a positive number"
}
// submitHandler: function(form) {
// form.submit();
// }
//});
});
但不知道如何获得此值。我只是想要这个值,但每次用户从选择中选择任何东西。要解决此问题,我试试
<gap:plugin name="cordova-admob" source="npm"/>
但这也没有用。请帮忙
答案 0 :(得分:0)
使用class
选择器 - appendTo('.builderList')
或id
选择器 - appendTo('#builderList')
$('<input>', {
type:'hidden',
id:ca.Case_Id,
value:case_Id
}).appendTo('#builderList'); // ID Selector