Javascript Number.toFixed() Method
(
"$"
+ (15).toFixed( 2 ))
For Cut-and-Paste
("$" + (15).toFixed( 2 ))