A
A
addd2015-10-29 12:55:34
css
addd, 2015-10-29 12:55:34

How to insert div into modal window via .dialog() jQuery UI?

$('#div-id').dialog({ autoOpen: false });
I try to insert in this way, I can't insert a div
how to do it?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
P
Pavel Torbeev, 2015-10-29
@glizer

$('.modal').append($());
where .modal is the class of the opened modal window

A
addd, 2015-10-29
@addd

doesn't work like that

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question