Hello I have applied jquery show/hide function in my website
but the problem is its first showing the text on loading the page and when page loads completely it then functions as normal
Please help
check my site
http://pligg.marsgibson.info/
Hello I have applied jquery show/hide function in my website but the problem is
Share
just hide the text in the first place using a CSS selector, in you exemple, this does the trick:
witch you can simply add
display: none;to yourstyle.css(line 228)