Reputation: 283
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
Reputation: 218732
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.
Upvotes: 0
Reputation: 864
Jquery UI has what you need, easily styled as well and lots of examples:
http://jqueryui.com/demos/dialog/
Upvotes: 0