All Projects → tinacious → Goalprogress

tinacious / Goalprogress

💯 Animated progress bar using jQuery to show how close you are to reaching your goal.

Projects that are alternatives of or similar to Goalprogress

Percircle
⭕️ CSS percentage circle built with jQuery
Stars: ✭ 217 (+99.08%)
Mutual labels:  progress-bar, jquery
Bgradualprogress
可实现多种渐变、直角or弧角、进度条、加载条 (Various gradient, right or arc angle, progress bar and loading bar can be realized)
Stars: ✭ 108 (-0.92%)
Mutual labels:  progress-bar
Imgnotes
Extension of the jQuery imgViewer plugin to add markers and notes to the image
Stars: ✭ 98 (-10.09%)
Mutual labels:  jquery
Igniteui Cli
Ignite UI Command-Line Interface by Infragistics
Stars: ✭ 105 (-3.67%)
Mutual labels:  jquery
Aurelia Slickgrid
Aurelia-Slickgrid a wrapper of the lightning fast & customizable SlickGrid datagrid with a few Styling Themes
Stars: ✭ 100 (-8.26%)
Mutual labels:  jquery
Ngx Slick
angular6 a wrapper for slick plugin
Stars: ✭ 105 (-3.67%)
Mutual labels:  jquery
Moghya.github.io
personal website template for tech guys, all of the content is loaded from a json file no need to edit html/css set your data and ready to go. feel free to fork and make changes :)
Stars: ✭ 99 (-9.17%)
Mutual labels:  jquery
Pg Calendar
📆 beautiful and eidetic date picker
Stars: ✭ 109 (+0%)
Mutual labels:  jquery
Jquery Udraggable
make elements draggable by mouse or touch
Stars: ✭ 107 (-1.83%)
Mutual labels:  jquery
Vue Css Donut Chart
Lightweight Vue component for drawing pure CSS donut charts
Stars: ✭ 104 (-4.59%)
Mutual labels:  progress-bar
Ax5ui Grid
Javascript UI Component - GRID ( Excel Grid, jqGrid, angularjs grid, jquery grid, SlickGrid, ag-grid gridify)
Stars: ✭ 102 (-6.42%)
Mutual labels:  jquery
React Native Loading Spinner Overlay
💈 React Native loading spinner overlay
Stars: ✭ 1,369 (+1155.96%)
Mutual labels:  progress-bar
Ihavecookies
jQuery plugin to display cookie consent message (EU regulation)
Stars: ✭ 106 (-2.75%)
Mutual labels:  jquery
Bootstrap Select
🚀 The jQuery plugin that brings select elements into the 21st century with intuitive multiselection, searching, and much more.
Stars: ✭ 9,442 (+8562.39%)
Mutual labels:  jquery
Prognroll
A tiny, lightweight jQuery plugin that creates scroll progress bar on the page.
Stars: ✭ 108 (-0.92%)
Mutual labels:  progress-bar
Formchimp
A customizable MailChimp ajax plugin for jQuery
Stars: ✭ 98 (-10.09%)
Mutual labels:  jquery
Ruby Progressbar
Ruby/ProgressBar is a text progress bar library for Ruby.
Stars: ✭ 1,378 (+1164.22%)
Mutual labels:  progress-bar
Dropdown
a lightweight dropdown of jQuery plugins
Stars: ✭ 105 (-3.67%)
Mutual labels:  jquery
Jquery Scrolllock
Locks mouse wheel scroll inside container, preventing it from propagating to parent element
Stars: ✭ 109 (+0%)
Mutual labels:  jquery
Paging
js分页控件paging,jquery分页插件。
Stars: ✭ 108 (-0.92%)
Mutual labels:  jquery

Tinacious Design Animated Goal Progress Bar jQuery plugin

This plugin allows you to create an animated progress bar using jQuery. Just fill in the required input and the plugin calculates the progress of your goal and animates the bar. You can specify text to put before and after the amount raised.

Screenshot of the Tinacious Goal Progress plugin

Screenshot not enough? Click here to see the live demo.

Usage

This repository can be installed using Bower:

bower install goalProgress --save
grunt bower-install
  1. Reference goalProgress.css and either goalProgress.min.js or goalProgress.js.

  2. Put an empty element on the page: <div id="sample_goal"></div>

  3. Initialize your script.

    $(document).ready(function(){
        $('#sample_goal').goalProgress({
            goalAmount: 150,
            currentAmount: 100,
            textBefore: '$',
            textAfter: ' raised'
        });
    });
    

That demo link again.

License

The MIT License (MIT)

Copyright © 2014 Tinacious Design

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Bitdeli Badge

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