Forum Discussion
cblown
13 years agoBoss
VenkS wrote:The disadvantage here is that if someone has a slow connection (so the page loads slowly for them), they might notice the text switch. Also, is localization involved? That might add an extra layer to check for.
We've worked around this issue by using CSS to hide the element in question on that specific page, then JS does its work you reveal the element. This way you won't see the text change on screen. The down side is that if JS is disabled the text doesn't appear at all, but without JS most pages fail to function anyway so its a safe enough bet.
VenkS
13 years agoLithium Alumni (Retired)
That sounds like a great plan, glad the idea worked out for you!