I am trying to have a circle div with the class of \"bubble\" to pop when a button is clicked using jQuery. I want to get it to appear from nothing and grow to its full size
You can use Velocity.js. http://velocityjs.org/ For example:
$("div").velocity({ "opacity" : 0, "scale" : 0.0001 },1800)