Skip to content

Instantly share code, notes, and snippets.

@sharkyak
Created May 22, 2017 12:37
Show Gist options
  • Save sharkyak/e2edaa9e3e6075d309af3995572ea93f to your computer and use it in GitHub Desktop.
Save sharkyak/e2edaa9e3e6075d309af3995572ea93f to your computer and use it in GitHub Desktop.
money decimal digits after float
var moneyFormat = wNumb({
prefix: '',
decimals: 0,
thousand: ' '
});
$("#loanamount").text(moneyFormat.to(parseInt(mainloan_slider.noUiSlider.get())));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment