Ver Mensaje Individual
  #2 (permalink)  
Antiguo 24/06/2011, 20:14
Avatar de livemusic
livemusic
 
Fecha de Ingreso: abril-2011
Ubicación: Lima - Chorrillos
Mensajes: 150
Antigüedad: 13 años
Puntos: 18
Respuesta: Problema llamando funciones en jquery

Código Javascript:
Ver original
  1. $("#Prueba").click(function(){
  2.             customAlert({
  3.                 alertTitle : 'Notice!',
  4.                 alertOk  : 'OK',
  5.                 draggable    : false
  6.             })
  7.         }
  8.     );

Intenta con este codigo haber??