Categories

Featured templates

JS Animated. How to change year in the copyright

Guillaume Dumas May 5, 2015
Rating: 5.0/5. From 3 votes.
Please wait...

This tutorial shows how to change the year in the copyright in JS Animated templates.

The copyright notice is usually located in the footer position.

In order to change the year in the copyright, you should perform the following:

  1. Open up the js/tm-scripts.js file and locate the following code

    $("#copyright-year").text( (new Date).getFullYear() );});
  2. Change the (new Date).getFullYear() piece of code to a string with your own value for the copyright year text, like this

    $("#copyright-year").text( '2006-2015' );});
  3. Save the changes in the js/tm-scripts.js file and upload it to the server.

Feel free to check the detailed video tutorial below:

JS Animated. How to change year in the copyright
This entry was posted in JS Animated tutorials and tagged copyright, HTML, year. Bookmark the permalink.

Submit a ticket

If you are still unable to find a sufficient tutorial regarding your issue please use the following link to submit a request to our technical support team. We'll provide you with our help and assistance within next 24 hours: Submit a ticket