- 属性を指定
- HTMLに追加
autoAddHidden.js
$(function() {
var $hiddenInput = $('<input/>',{type:'hidden',id:vals,value:vals});
$hiddenInput.appendTo(selector);
});
Go to list of users who liked
More than 5 years have passed since last update.
$(function() {
var $hiddenInput = $('<input/>',{type:'hidden',id:vals,value:vals});
$hiddenInput.appendTo(selector);
});
Register as a new user and use Qiita more conveniently
Go to list of users who liked