Looking for a way to make a circle move like a magnet effect when the mouse is near, causing elements underneath it to be exposed.
If you want to see an example, check out this fiddle link:
http://jsfiddle.net/Cfsamet/5xFVc/1/
Here's some initial code to get you started:
$('#circle').mouse(function(){
$(this).();
});