Örnek kod;
Test
<script></script>
<script>
$('button').on('click', function() {
// Just replacing the value of the 'content' attribute will not work.
$('meta[name=description]').remove();
$('head').append( '' );
});
</script>