I am working on a script that changes the span text value depending on user input in the select menu.
I have a fault with my current script. How do I fix it so when I cl
This will do
$(function() { $('#usertype').change(function() { $(this).next("span").text($('#usertype option:selected').text()); }); });
Start Date End Date End Date Start Date