All Projects → jpederson → Accrue.js

jpederson / Accrue.js

Licence: mit
A loan and interest calculation plugin for jQuery. Create calculators that allow you to calculate interest on loans, compare multiple loans (with different interest rates), and create amortization charts.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Accrue.js

Bootstrapping Calculator
Do you have enough savings to fund your business?
Stars: ✭ 465 (+416.67%)
Mutual labels:  finance, calculator
Ac Nh Turnip Prices
Price calculator/predictor for Turnip prices
Stars: ✭ 1,298 (+1342.22%)
Mutual labels:  calculator
Cnn For Stock Market Prediction Pytorch
CNN for stock market prediction using raw data & candlestick graph.
Stars: ✭ 86 (-4.44%)
Mutual labels:  finance
Supermarket
设计精良的网上商城系统,包括前端、后端、数据库、负载均衡、数据库缓存、分库分表、读写分离、全文检索、消息队列等,使用SpringCloud框架,基于Java开发。该项目可部署到服务器上,不断完善中……
Stars: ✭ 1,278 (+1320%)
Mutual labels:  jquery
Video Monitor Api
基于海康视频监控二次开发基于B/S架构
Stars: ✭ 86 (-4.44%)
Mutual labels:  jquery
Slidercaptcha
Slider captcha support mobile
Stars: ✭ 88 (-2.22%)
Mutual labels:  jquery
Calenstyle
Responsive Drag-&-Drop Event Calendar Library for Web, Mobile Sites, Android, iOS & Windows Phone
Stars: ✭ 83 (-7.78%)
Mutual labels:  jquery
Code2race
Solve the problem. 😊 If you like ❤ give us a star⭐. HACKTOBERFEST
Stars: ✭ 91 (+1.11%)
Mutual labels:  jquery
Snapaper
📰 Past Papers Sharing Platform Based On Vue.js & GCE Guide | CAIE 试卷分享与下载平台
Stars: ✭ 90 (+0%)
Mutual labels:  jquery
Popup Maker
Popup Maker plugin for WordPress
Stars: ✭ 87 (-3.33%)
Mutual labels:  jquery
Kodeweave
HTML/CSS/JS and Markdown Playground For Web Designers and Developers
Stars: ✭ 87 (-3.33%)
Mutual labels:  jquery
Openfintech
Opensource FinTech standards & payment provider data
Stars: ✭ 87 (-3.33%)
Mutual labels:  finance
Jeeplatform
一款企业信息化开发基础平台,拟集成OA(办公自动化)、CMS(内容管理系统)等企业系统的通用业务功能 JeePlatform项目是一款以SpringBoot为核心框架,集ORM框架Mybatis,Web层框架SpringMVC和多种开源组件框架而成的一款通用基础平台,代码已经捐赠给开源中国社区
Stars: ✭ 1,285 (+1327.78%)
Mutual labels:  jquery
Blog
项目已迁移至
Stars: ✭ 87 (-3.33%)
Mutual labels:  jquery
Multipicker
Form styling plugin for jQuery
Stars: ✭ 90 (+0%)
Mutual labels:  jquery
Domquery
PHP library for easy 'jQuery like' DOM traversing and manipulation.
Stars: ✭ 84 (-6.67%)
Mutual labels:  jquery
Mydailylearn
🚀 Important commands, Code Snippets, Basics on different topics learning daily 🎉!
Stars: ✭ 87 (-3.33%)
Mutual labels:  jquery
Komple Web Gelistirme Dersleri
Sıfırdan ileri seviyeye 'Web Geliştirme': Html, Css, Sass, Flexbox, Javascript, Bootstrap,JQuery,Asp.Net Mvc ve Core Mvc
Stars: ✭ 86 (-4.44%)
Mutual labels:  jquery
Pdfjsannotations
Wrapper for PDF JS to add annotations
Stars: ✭ 90 (+0%)
Mutual labels:  jquery
Gdb
Generic Data Binder (GDB) for jQuery is a framework agnostic and extremely easy to use 2 way data binder. GDB binds views and models in realtime with live two-way binding and no hefty framework necessary.
Stars: ✭ 90 (+0%)
Mutual labels:  jquery

Accrue.js

A loan and interest calculation plugin for jQuery.

View Demo

Documentation


Available on Github Available on NPM MIT


preview


Install

Via Github

git clone [email protected]:jpederson/Accrue.js.git accrue.js

Via NPM

npm install accrue

Via Yarn

yarn install accrue

Quick Start

For the most basic usage of the plugin, all you need is the code below. Of course, you may need to adjust src properties based on where you store files, and you'll want to add styles - but the core functionality will be there.

<div class="calculator"></div>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="jquery.accrue.min.js"></script>
<script>
$(document).ready(function(){
	$(".calculator").accrue();
});
</script>

Find out more about how to use Accrue.js in the wiki


Contributing

To contribute, you'll need nodejs and Grunt installed. Fork and clone the repo, then visit the directory in the terminal and type npm install. After that you can simply run the grunt command to watch the files in the project. It'll automatically lint, test, compile, and minify the plugin files so you can just code.

Built with Grunt

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].