I need to get time in miliseconds and attach that on like get parameter on ‘view.php’. How to set href to that value ( href='view.php?time=x) if I have <a id='view.php'> using JQuery ?
I need to get time in miliseconds and attach that on like get parameter
Share
This will set the href of a link with id
link-idto a UTC value of UNIXTIME:Edit: Fixed code and wording.