Return a number representing the current time.
The $.now()
method is a shorthand for the number returned by the expression (new Date).getTime()
.
version added: 1.4.3
This method does not accept any arguments.
Please login to continue.