Skip to content

kylephillips/jquery-homenote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#HomeNote.js - a simple jQuery mortgage calculator

##View it on Codepen

  • Allows calculations on both total months or total years in term
  • Down payment may be provided in either a percentage or lump sum payment (dollar amount)

Screenshot

##How to use Include jQuery and homenote.js in your layout and target the container the form will appear in with homenote().

<script src="path/to/jquery.min.js"></script>
<script src="path/to/jquery.homenote.min.js"></script>
$(function(){
  $('#div').homenote();
});

###Pass it some options:

Options Type Default Description
currencysym string $ Currency symbol used in form
currency string Dollars Currency used in form (Dollars/Euros/etc)
termtype string years Default term type. years or months
term string 30 Default loan term
principal string $250,000 Default purchase price
dptype string percentage Default down payment type percentage or lumpsum
dpamount string 20% Default down payment amount
rate string 6.5 Default percentage rate
resulttext string Your monthly payment: Text describing the resulting calculation

Styling the form

The generated html uses standard form classes from bootstrap.

About

jQuery mortgage calculator form.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published