shruti
shruti

Reputation: 283

Any good sites or suggestion for jquery overlay dialog?

Hi i am new to jquery and i wanted to create a jquery overlay dialog in which i have some input fields like textboxes and radiobutton and ok and cancel button. i need to display a table on clicking ok button displaying all input fields in a webform. I have the basic dialog knowledge bt am confused how to implement this. Any sites or suggestion with similar tutorial will be a good learning for me.

Upvotes: 0

Views: 142

Answers (3)

Shyju
Shyju

Reputation: 218732

http://jqueryui.com/

http://fancybox.net/

http://www.shadowbox-js.com/index.html

http://colorpowered.com/colorbox/

If you have'nt started using jquery, give it a try. It is awesome. It will make your job easy.

http://www.jquery.com

Upvotes: 0

joon
joon

Reputation: 864

Jquery UI has what you need, easily styled as well and lots of examples:

http://jqueryui.com/demos/dialog/

Upvotes: 0

Matt Ball
Matt Ball

Reputation: 359826

jQuery UI dialog demo: modal form.

Upvotes: 1

Related Questions