
27/11/2014, 08:35
|
| | | Fecha de Ingreso: septiembre-2012
Mensajes: 2
Antigüedad: 13 años, 1 mes Puntos: 0 | |
| Respuesta: Llamar a funcion jquery desde etiqueta Hola tengo una duda como llamo a esta funcion
$('#info-title').on('click', function() {
new Messi('This is a message with YAMIL.', {title: 'Title', titleClass: 'info', buttons: [{id: 0, label: 'Close', val: 'X'}]});
});
con el evento ONLOAD u otro EVENTO COMO SER ONCLICK |