Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 371 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 371 Bytes

jquery-full-year

A jQuery plugin to display the current year, powered by getfullyear.com.

Usage

$('.year').fullYear();

// With options

// This will disable the sponsored by message in the console
// DO NOT DISABLE THIS IF YOU ARE NOT ENTERPRISE, LAWYER IS WATCHING YOUR CONSOLE
$('.year').fullYear({
  isEnterprise: true
})