I had exactly the same problem and wasted 2 hours trying everything !!! they have to write a better documentation !
cheers ! On Friday, February 24, 2012 9:19:58 PM UTC+2, Alan Wagstaff wrote: > > Just add the 'hide' class to the modal div. > > e.g. <div class="modal hide" id="myModal"> > > This will keep it hidden until activated. > > On Friday, February 24, 2012 9:32:29 AM UTC, Aaron wrote: >> >> How did you solve it? >> >> Thank you >> Aaron >> >> >> >> >> On Feb 20, 2:01 pm, fralex <[email protected]> wrote: >> > Hello, >> > >> > I solved my problem. >> > >> > Thank you. >> > fralex >> > >> > On 20 Feb., 12:49, fralex <[email protected]> wrote: >> > >> > >> > >> > >> > >> > >> > >> > > Hello, >> > >> > > modal always starts on page initialization. >> > > how do I stop? >> > > I use this example: >> > >> > > <pre><a class="btn" data-toggle="modal" href="#myModal" >Launch >> Modal</ >> > > a></pre> >> > >> > > <pre> <div class="modal" id="myModal"> >> > > <div class="modal-header"> >> > > <a class="close" data-dismiss="modal">×</a> >> > > <h3>Modal header</h3> >> > > </div> >> > > <div class="modal-body"> >> > > <p>One fine body…</p> >> > > </div> >> > > <div class="modal-footer"> >> > > <a href="#" class="btn btn-primary">Save changes</a> >> > > <a href="#" class="btn">Close</a> >> > > </div> >> > > </div></pre> >> > >> > > Thank you. >> > > fralex > >
