Sunday, May 19, 2024
 Popular · Latest · Hot · Upcoming
150
rated 0 times [  156] [ 6]  / answers: 1 / hits: 17036  / 13 Years ago, sat, january 28, 2012, 12:00:00

I like the Bootstrap library by Twitter and I would like to try to use into it in my simple page. I need there after loading the page automatically display the modal window. Could anyone give me a tip, how is possible to do it?


More From » jquery

 Answers
39

well that shouldn't be too hard... do something like this:



jQuery(document).ready(function($) {
$('#my-modal').modal(options)
});

[#87764] Thursday, January 26, 2012, 13 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
desiraeleandrah

Total Points: 202
Total Questions: 111
Total Answers: 115

Location: Macau
Member since Mon, Nov 16, 2020
4 Years ago
;