I am trying to implement a pop up displaying the description of the option in the list is selected in jsp.I am using struts2 framework. Kindly help.
Asked
Active
Viewed 2,169 times
-2
-
your question is not very much clear.what value you want to show in pop-up? – Umesh Awasthi Aug 20 '12 at 02:33
-
Display the description should display in the pop-up for the options selected in the drop down list. – Soham Aug 20 '12 at 03:37
1 Answers
1
You should have to use jQuery core or jQuery UI API through which you can use advanced and themeable widgets to build interactive web applications.
EDIT:
SO Thread - How to generate a simple popup using jQuery?

Community
- 1
- 1

KV Prajapati
- 93,659
- 19
- 148
- 186
-
can you please tell the exact widget which will be applicable for this functionality? – Soham Aug 20 '12 at 03:47
-
1@Soham Did you look at the widgets? Did you see any that look like dialogs? – Dave Newton Aug 20 '12 at 14:18
-
Yes I had seen the dialogs widget.Probably it may help to implement.Thanks!!. – Soham Aug 20 '12 at 18:33