Saturday 19 August 2017

Jquery: Generate ticks in jQuery

In this tutorial I am explaining that how we can generate ticks in jquery with code sample of jquery. Copy and paste the following code into you js file and see the result. 


var dateTicks = +new Date;
console.log(dateTicks);

No comments:

Post a Comment