I want to add value on every click on my function.
for example i click on then value is coming but i want to click again and another value should come without replacing the existing value
<script>
function dearq(selected){
var value = $(".textvaluenonw").val();
$("#dearname").html(value);
}
</script>
here is the fiddle