javascript - Modifying href using jQuery generating inconsistent results -


when leveraging jquery modify href given link - using 'prop' or 'attr' - call succeeds. can see link change in developer tools, if right click on link , select "open link in new tab" works flawlessly.

but

if attempt click on link, in same tab, it, whatever reason, keeps sending me old (non-modified) link if it's cached on browser or something. occurs in firefox , chrome.

anyone seen before?


Comments

Popular posts from this blog

python - jinja2: TemplateSyntaxError: expected token ',', got 'string' -

Qt4: how to send QString inside a struct via QSharedMemory -

node.js - NodeJS remote terminal to Dropbear OpenWRT-Server -