Answer the question
In order to leave comments, you need to log in
How to open a second fancybox window without closing the first one?
There is a fancybox plugin. There is a window with a callback and a window with data received via ajax. In the window there are buttons to order a call. It is necessary that a callback window pops up on top of the ajax window, and it does not close. Is it possible to open 2 windows this way? Or should I use a second modal window plugin?
Answer the question
In order to leave comments, you need to log in
Can I guess so?
--------------------------------------------
$("#box1").fancybox();
$("#box2").fancybox({
height: 1000
});
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question