I have this:
php
<div id="moneda">
<?php echo $settings['currency_sign'];
?>
</div>
(you can edit with Dropdown https://code.google.com/p/jquery-in-place-editor/) js
$("#moneda").change(function(){
alert($(this).val());
});
alert($(this).val()); (Get text in the dropdown NOT WORKING)
thanks