Just a regular box, not too big not too small.
views:
48answers:
2
Q:
What's a good JQuery library where I can click the button, and a box (DIV) drops down , for options?
+1
A:
jQuery Thickbox has a lot of flexibility. It can show inline content, iframe content, simple images, AJAX and more. It would be easy to implement your own options form within an instance of it.
Jonathan Sampson
2010-02-17 01:19:07
+2
A:
For what you're asking you don't need any additional library, as $('.divclass').slideDown()
is a good starting point.
Mendy
2010-02-17 01:26:12