<script>
	$(function() {
		$('.send').each(function() {
			var txt = $(this).html();
			$(this).html(txt.replace(/&nbsp;/g,''));
		});
	});
</script>

latest post

0