I have a problem and I want to resolve it with jQuery.
I have a some Links on the page, and want to get the “text” from the link what was clicked. But I need this text to use on another page. Because when I click this anchor I leave this page , and I go to another one, and I need to use this “Get link text” on the second page.
I Hope it is possible to use browser Cookies with jquery helps ..
Can you help me, if it is possible!!
Thanks !
This will pass the text of the link to the next page as a query string parameter called “txt”.
Does that help?