Giter Club home page Giter Club logo

jquery-tariff-calculator's Introduction

jquery-tariff-calculator

Bower version

A moduler trampoline tariff calculator using jquery.

Dependencies

  • Jquery
  • Bootstrap

Installation and usage

  1. Download the release in the following ways.

  2. Link to the relase in your html <script type="text/javascript" src="bower_components/jquery-tariff-calculator/dist/jquery-tariff-calculator.min.js"></script>

  3. Choose the tag of your choice, in this case; <div id="tc-main"></div>

  4. Initialise the tariff calculator with the following js

<script>
$( document ).ready(function() {
  initTariffCalculator("#tc-main");
});
</script>

Example code

<!DOCTYPE html>
<html>
  <head>
    
    <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css" />
    
    <script src="http://code.jquery.com/jquery-2.1.3.min.js"></script>
    <script src="jquery-tariff-calculator.min.js"></script>
    <script>
      $( document ).ready(function() {
        initTariffCalculator("#tc-main");
      });
    </script>
    
  </head>
  <body>
    
    <div class="container">
      <h2>Jquery Tramploine Tariff Calculator</h2>
      <div id="tc-main"></div>
    </div>
    
  </body>
</html>

Example Plunker

http://plnkr.co/edit/bmCGJFXxbxijOnHQp644

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.