my code can show only one last selected options. how to show list of multiple selected boxes?
<script>
jQuery(document).on('change', '#fieldname12_1', function(){
jQuery('#testarea').val(jQuery('#field_1-4').find(":checked").attr('vt')).change();
});
</script>
-
This reply was modified 5 years, 6 months ago by mike33.
-
This reply was modified 5 years, 6 months ago by mike33.