S
S
sadieff2016-05-20 14:53:59
JavaScript
sadieff, 2016-05-20 14:53:59

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

1 answer(s)
Y
Your Friend, 2016-05-20
@johnylikejuice

Can I guess so?
--------------------------------------------
$("#box1").fancybox();
$("#box2").fancybox({
height: 1000
});

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question