This should work for you:
And the script:
$('.dropdown-menu a').click(function(){
$('#selected').text($(this).text());
});
You need to wrap the text 'Choose option' inside to modify its value on selection.
Here is the working code: http://liveweave.com/U4BpiH