无法在选定的jquery中添加隐藏字段

时间:2016-04-22 10:13:06

标签: jquery jquery-chosen

我想在为此我选择的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"/>

但这也没有用。请帮忙

1 个答案:

答案 0 :(得分:0)

使用class选择器 - appendTo('.builderList')id选择器 - appendTo('#builderList')

$('<input>', {
   type:'hidden',
   id:ca.Case_Id,
   value:case_Id
}).appendTo('#builderList'); // ID Selector