I am trying to get the selected option from a dropdown and populate another item with that text, as follows. IE is barking up a storm and it doesn\'t work in Firefox:
Here is a shorter version that should also work:
$('#ddlCodes').change(function() { $('#txtEntry2').text(this.val()); });