Tagged Questions
0
votes
4answers
333 views
Calling javascript function and also hitting a link in same anchor tag
Is this possible to call a javascript funciton(save cookies() here for example)before redirecting to a new page(sample.html in my example).
I need to save cookies before i navigate to new page.
a ...
0
votes
1answer
337 views
jQuery show/hide with cookie
I've found a small jQuery cookie script so that a div at the top of my site appears when a user first hits the site; but the user can choose to close that div and their choice is remembered for a ...