A
A
Anton2014-09-15 20:17:48
Bootstrap
Anton, 2014-09-15 20:17:48

How to launch modal window on page load on bootstrap 3 ?

There is a modal window on the bootstrap 3 page.
How to automatically launch it immediately after the page is loaded and where to write the code?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Maxim Grechushnikov, 2014-09-15
@Nadwolf

$('.modal').modal()
in the example is written
to run after the layout of the window or in
$(function(){ ... })

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question