Comunidad de diseño web y desarrollo en internet online

ejecutar plugin al cargar pagina

Citar            
MensajeEscrito el 23 Sep 2013 08:17 pm
Hola como puedo ejecutar ese pluging al cargarse la pagina? sin hacer el click.

es el pluging Bpopup, ventana modal.

vean aca el funcionamiento a ver si me dan un dato pues no lo logro.

http://jsfiddle.net/24A9b/3915/

Por unasemana

Claber

166 de clabLevel



 

Venezuela

chrome
Citar            
MensajeEscrito el 23 Sep 2013 08:47 pm
;(function($) {


$(function() {


$( function(e) {





$('#element_to_pop_up').bPopup();

});

});

})(jQuery);

Por unasemana

Claber

166 de clabLevel



 

Venezuela

chrome
Citar            
MensajeEscrito el 23 Sep 2013 10:02 pm

Código Javascript :

$('window').load(function(){

$('#element_to_pop_up').bPopup();

});

Por alejandroC

34 de clabLevel



 

firefox
Citar            
MensajeEscrito el 23 Sep 2013 10:30 pm

Código Javascript :

$(function(){
 $('#element_to_pop_up').bPopup();
});


si el elemento tiene contenido dinamico, este script debe ir antes de cerrar </body></html>

Por elporfirio

Claber

652 de clabLevel

1 tutorial

Genero:Masculino  

FullStack Web Developer

firefox
Citar            
MensajeEscrito el 23 Sep 2013 11:02 pm
gracias por sus respuestas

Por unasemana

Claber

166 de clabLevel



 

Venezuela

chrome

 

Cristalab BabyBlue v4 + V4 © 2011 Cristalab
Powered by ClabEngines v4, HTML5, love and ponies.