All Projects → sophilabs → Jquery Counter

sophilabs / Jquery Counter

Licence: mit
jQuery.counter (javascript + css3)

Projects that are alternatives of or similar to Jquery Counter

Convform
A jQuery plugin that transforms a form into an interactive chat.
Stars: ✭ 141 (-14.55%)
Mutual labels:  jquery-plugin
Jquery Connections
Add stylable lines connecting page elements. ⮑ Handy for visualizing relations and graph edges. ⮐
Stars: ✭ 151 (-8.48%)
Mutual labels:  jquery-plugin
Viewport.jquery
viewport.jquery - simple but handy jQuery plugin adding methods and CSS selectors to check if element is in certain viewport
Stars: ✭ 156 (-5.45%)
Mutual labels:  jquery-plugin
Youtube Projects
This repository contains all the code I use in my YouTube tutorials.
Stars: ✭ 144 (-12.73%)
Mutual labels:  jquery-plugin
Image Select
Image Select is an extension of Chosen, a jQuery plugin that makes long, unwieldy select boxes much more user-friendly. It provides image support for Single and Multi select HTML tags.
Stars: ✭ 145 (-12.12%)
Mutual labels:  jquery-plugin
Watermark
Add watermark on images use HTML5 and Javascript.
Stars: ✭ 154 (-6.67%)
Mutual labels:  jquery-plugin
Jquery Confirm
A multipurpose plugin for alert, confirm & dialog, with extended features.
Stars: ✭ 1,776 (+976.36%)
Mutual labels:  jquery-plugin
Balancedgallery
A balanced photo gallery plugin for jQuery.
Stars: ✭ 158 (-4.24%)
Mutual labels:  jquery-plugin
Jquery.serializeobject
Encode a set of form elements as a JSON object for manipulation/submission.
Stars: ✭ 149 (-9.7%)
Mutual labels:  jquery-plugin
Bootstrap Photo Gallery
jQuery plugin that converts your list of images into a grid-based gallery on Bootstrap 4. Supports larger view in a modal with next / previous controls
Stars: ✭ 156 (-5.45%)
Mutual labels:  jquery-plugin
Jquery Menu Editor
Multilevel Menu Editor for Bootstrap 4.x (Html & Javascript code)
Stars: ✭ 144 (-12.73%)
Mutual labels:  jquery-plugin
Socialshare
jQuery plugin for creating custom like buttons and like counters
Stars: ✭ 144 (-12.73%)
Mutual labels:  jquery-plugin
Jquery.resizeend
A custom event that fires when a user stops resizing their browser.
Stars: ✭ 155 (-6.06%)
Mutual labels:  jquery-plugin
Malgraph4
MALgraph: statistics service for MyAnimeList.net users.
Stars: ✭ 143 (-13.33%)
Mutual labels:  unmaintained
Chandler
[unmaintained] chandler syncs your CHANGELOG entries to GitHub's release notes
Stars: ✭ 157 (-4.85%)
Mutual labels:  unmaintained
Edittable
jQuery editTable is a very small jQuery Plugin (~1Kb gzipped) that fill the gap left by the missing of a default input field for data tables.
Stars: ✭ 139 (-15.76%)
Mutual labels:  jquery-plugin
Magnificent.js
🔍 Zoom responsively, images & more, w/ jQuery.
Stars: ✭ 153 (-7.27%)
Mutual labels:  jquery-plugin
Jquery Scrollstop
A jQuery plugin that fires events when scrolling stops and starts.
Stars: ✭ 158 (-4.24%)
Mutual labels:  jquery-plugin
Metismenu
Related projects
Stars: ✭ 1,904 (+1053.94%)
Mutual labels:  jquery-plugin
Normalmap.js
normalmap.js is a library for creating simple interactive lighting effects using normal maps.
Stars: ✭ 156 (-5.45%)
Mutual labels:  jquery-plugin

jQuery.counter (javascript + css3)

Info + Demo: http://sophilabs.github.com/jquery-counter

jQuery Counter

A jQuery counter based on http://code.google.com/p/jquery-countdown with more options.

Options

Options can be set by attribute data-<name>="value" or in the options hash on counter initialization: $(element).counter({name: value, ...})

direction: up|down Counter direction

format: string Defines the format and the limit for each part - e.g: 23:59:59

interval: number Defines the time between each counter increment - by default 1000 milliseconds

stop: string Defines the counter limit - eg: 10:00 (ten minutes)

Methods

Methods can be call using $(element).counter('method')

play Play counter

reset Reset counter

stop Stop counter

Events

counterStop Raised when the counter reach limit

Example

10 seconds countdown:

<span class="counter counter-analog">0:10</span>
<script>
    $('.counter').counter();
</script>

120 seconds count:

<span class="counter counter-analog" data-direction="up" data-format="120">0</span>
<script>
    $('.counter').counter();
</script>

License

jQuery.counter is Copyright (c) 2017 sophilabs, inc. It is free software, and may be redistributed under the terms specified in the license file.

About

sophilabs.co

jQuery.counter is maintained and funded by sophilabs, inc. The names and logos for sophilabs are trademarks of sophilabs, inc.

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