7 lines
197 B
PHP
Executable File
7 lines
197 B
PHP
Executable File
<script>
|
|
$(function()
|
|
{
|
|
for(var index = 0; index <= 9; index++) $('#todoBatchAddForm').append(`<input type="hidden" name="vision[${index}]" id="vision[${index}]" value="lite">`);
|
|
});
|
|
</script>
|