I have two different hidden divs. They are hidden with css "display:none;". Both of the divs contains a single image. Upon page load I would like div 1 to be shown for a short period of time if the url is "www.myserver.com/index.php?succeded=yes" and div 2 to be shown instead if the url says "www.myserver.com/index.php?succeded=no".
Can this be done with jquery?