jQuery.now()


jQuery.now()Returns: Numberversion deprecated: 3.3

Description: Return a number representing the current time.

Note: This API has been deprecated in jQuery 3.3; please use the native Date.now() method instead.

The $.now() method is an alias for Date.now().