jquery – creating a box that expands from the corner..dont know what to google :P?
- Wednesday, May 19, 2010, 16:39
- Programming
- 1 comment
Hey…im looking for some jquery code for a box that starts off as just a dot, and then expands from the bottom right corner out and becomes full sized (for me to put text in or what ever I wish
)
When I google “expand box jquery” or what ever, i just get accordian style boxes, that expand downwards..
anyone know what it is im looking for?
thanks!
About the Author
One Comment on “jquery – creating a box that expands from the corner..dont know what to google :P?”
Write a Comment
Gravatars are small images that can show your personality. You can get your gravatar for free today!
You must be logged in to post a comment.
Nor sure if this is what you are looking for, but if you put in the style for the div that contains the box: display:none; and you use the function $(‘#nameofdivID’).show(‘slow’) it appears from nowhere and expands from a corner, also getting less and less transparent as it grows.