I\'m trying to make Divs to appear randomly anywhere on a webpage with javascript. So a div appears then disappears, then another div appears somewhere else on the page then
Some bugs:
Right in your jQuery css setup:
myDiv.css({ 'position' : 'absolute', 'top' : finalDivPositionTop + 'px', 'left' : finalDivPositionLeft + 'px' });