JQuery popup popup

I have jquery code that does ajax search and returns comma delimited values ​​(value1, value2, value3 ...)

I want to invite a user with these values ​​to find out which one he wants.

I have not had much luck finding a jquery extension that will give me a popup, show a list of values, and return the highlighted value.

Any suggestions?

0


a source to share


1 answer


There is a jQuery UI library with a Dialog class. You will need to put the values ​​into the form, but it has no problem.



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

+1


a source







All Articles