GithubHelp home page GithubHelp logo

jquery-homenote's Introduction

#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.

jquery-homenote's People

Contributors

kylephillips avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.