I need to add #tab-something to the URL with onClick=”window.location.href=window.location.href or anything else, that will provide me with the following:
If the present URL is …/product_id=49 I want when clicked on a particular link at that same page, the page to refresh and the URL to become …/product_id=49#tab-something
Thanks in advance.
EDIT: Here is the working code:
<a onclick="$('a[href=\'#tab-askquestion\']').trigger('click');">
Any chance to make it scroll down to it?
Just use
Edit:
Reading your code, this maybe solve your problem:
had not understood that it was necessary to refresh the page.