Skip to content

Instantly share code, notes, and snippets.

@LouisWhit
Created June 11, 2013 22:49
Show Gist options
  • Select an option

  • Save LouisWhit/5761448 to your computer and use it in GitHub Desktop.

Select an option

Save LouisWhit/5761448 to your computer and use it in GitHub Desktop.
Mobile friendly current year. This script plays nice with Jquery Mobile 1.31
<span class="year"></span>.
<script type="text/javascript">
$(".year").text((new Date).getFullYear());
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment