I don't know how to use any mask money outside of the input.
$(function() {
$('.currency').maskMoney().focus();
});
Works
<input type="text" name="amount" class="currency" value="1000000" />
Not Works
<span class="currency">5000000</span>