I am currently trying to get a value of another area via id to append in the #delivery_prices section. What is the correct way to do this?
#shipping_methods is a dropdown
#delivery_price is a div
$('#delivery_price').html($('#shipping_methods').val());