1.
- $(function(){ //bliver kørt når jquery er klar.
- $('#basic-modal-content').modal();
- });
2.
prøv at kig på window.screen for at finde skræmopløsning.
og du kan sende de her paramere med ind i .modal();
minHeight [Number:null]
The minimum height for the container
minWidth [Number:null]
The minimum width for the container
maxHeight [Number:null]
The maximum height for the container. If not specified, the window height is used.
maxWidth [Number:null]
The maximum width for the container. If not specified, the window width is used.
se hele listen her:
http://www.ericmmartin.com/projects/simplemodal/- $('#basic-modal-content').modal({
- minHeight: 300,
- minWidth: 400
- });
3.
forstod jeg ik helt.
men tror du kan bruge
- $('#basic-modal-content').modal({close: true});
med noget click event på din google ad.
Indlæg senest redigeret d. 28.11.2011 18:19 af Bruger #3427