jQuery Countdown Timer
  • Documentation
  • Demo
  • Test Coverage
  • GitHub Repo
  • NPM JS

TIME IN ACTION

  • Reverse Countdown Till 01 Jan 2022 With Labels
  • Reverse Countdown Till 01 Jan 2022 With Regex
  • Reverse Countdown Between Startdate And End Date
  • Only Seconds Timer
  • Only Minutes Timer With Destroy
  • Only Hours Timer Without Padzeroes
  • Minutes Seconds Timer With Separator Interval
  • Hours Seconds Timer Without Seconds Display
  • Hours Minutes Timer With Labels
  • Hours Minutes Seconds Timer With Pause Stop
  • Different Sizes Timer
  • Current Time With Timezone And Color Options
  • All posts ...

Only Hours Timer Without Padzeroes

Oct 25, 2017

Configuration:-


<div id="countdowntimer"><span id="h_timer"></span></div>

<script type="text/javascript">
	$(function() {
		$("#h_timer").countdowntimer({
			hours : 10,
			size : "lg",
			padZeroes : false
		});
	});
</script>

  • ← Older
  • Newer →

jQuery Countdown Timer 2019 | Copyright Harshen Pandey.

Follow @harshen Star Fork

jQuery CountdownTimer was created and is maintained by @harshen
This is a free software and is licensed under the MIT License and GPL-3.0 License

  • Documentation
  • Demo
  • Test Coverage
  • GitHub Repo
  • NPM JS
Fork me on GitHub