Ver Mensaje Individual
  #2 (permalink)  
Antiguo 28/05/2012, 11:39
Avatar de emprear
emprear
Colaborador
 
Fecha de Ingreso: junio-2007
Ubicación: me mudé
Mensajes: 8.388
Antigüedad: 17 años, 4 meses
Puntos: 1567
Respuesta: Puedo llamar una funcion jquery desde una funcion javascript???

si, no hay problema


Código HTML:
Ver original
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <title>titulo</title>
  5. <meta http-equiv="content-type" content="text/html; charset=utf-8" />
  6. <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
  7. </head>
  8. <button id="alerta">xxx</button>
  9. <script type="text/javascript">
  10. //<![CDATA[
  11. $(document).ready(function() {
  12.  
  13. $("#alerta").click(function(){alerta(2);
  14. });
  15.  
  16. });
  17.  
  18. function alerta(a){
  19. alert(a+3);
  20. }
  21.  
  22. //]]>
  23. </body>
  24. </html>

Saludos
__________________
La voz de las antenas va, sustituyendo a Dios.
Cuando finalice la mutación, nueva edad media habrá
S.R.