Please Try It :
<script type="text/javascript" charset="utf-8">
val_location = $.trim($('#combobox_location option:selected').val());
val_location=val_location.replace(/ /g,"");
val_location=val_location.replace('&', '');
</script>
val_location = $.trim($('#combobox_location option:selected').val());
val_location=val_location.replace(/ /g,"");
val_location=val_location.replace('&', '');
</script>
No comments:
Post a Comment