Skip to content

sandrodz/jasc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jasc

This jQuery plugin lets you create a loan amortization schedule. It calculates base, %, installment and remaining balance per month. Plugin uses bootstrap for layout, but it is not required for correct functioning.

Include relevant files (in the <head>, or before closing </body> tag):

<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="jquery.asc.js"></script>

You will need two divs:

<div id="schedule-controls"></div>
<div id="schedule-container"></div>

And init:

$(function(){
    $("#schedule-container").jasc({
      controlsID : 'schedule-controls'
    });
});

Android app by @nodoze313 based on jasc: https://play.google.com/store/apps/details?id=com.zemlyaozer.simplamort

About

Loan amortization schedule calculator

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published