as the question says, i would like to get the value of the selected value and display the value within a dropdown list if possible. i have attempt but do not seem to get anywhere
<div class="products-prices-calculators-wrap">
<label for="js-data">Quantity: </label>
<select id="js-data" <option value="<?php echo $product_min_quantity ?>" </option> </select>
jQuery('#js-data')change(function () {
var selectedOption = $('js-dataoptions:selected');