modal window
modal window
Hi there, here
http://www.kernel-online.it/divecircle there is my project.
If you click on grey button "INSERISCI LA TUA DESTINAZIONE PREFERITA" a popup is open.
After if you click on Passegero another popup is open.
My problem is the position the second popup: I would put this popup under the button "Passeggero" instead in the center of the first popup
- $('#addperson-1').click(function(){
- $('#select-person').dialog({
- width:270,
- height:160,
- maxWidth:300,
- maxHeight: 160,
- my: "right center",
- at: "right bottom",
- of: "#dialog" /*the first popup*/
- });
-
- });