jQuery.now()


jQuery.now()Возвращает: Number

Описание: Return a number representing the current time.

  • Добавлен в версии: 1.4.3jQuery.now()

    • This method does not accept any arguments.

The $.now() method is a shorthand for the number returned by the expression (new Date).getTime().