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 ?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
||||
|
|
|
This will set the href of a link with id
Edit: Fixed code and wording. |
||||
|
|
|
||||
|
Given:
You can:
Result:
See demo. (And another demo where links without IDs are not changed.) |
|||
|
|