Locker Industries

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

Education Lockers

jQuery(document).ready(function($) { // When the select field changes $('#pa_compartments').on('change', function() { // Get the selected value var selectedValue = $(this).val(); // Populate the input boxes with the class 'pewc-number-field' $('.pewc-number-field').val(selectedValue); }); });