I have an anchor like <a href=”/category/post/?type=234#content”>link</a>. Using a jQuery is it possible to get the value of “type” in URL and assign as a value for a hidden input type in same page without refreshing the page.
I have an anchor like <a href=/category/post/?type=234#content>link</a>. Using a jQuery is it possible to
Share
example :