14/06/2012, 08:49
|
| Colaborador | | Fecha de Ingreso: junio-2007 Ubicación: me mudé
Mensajes: 8.388
Antigüedad: 17 años, 6 meses Puntos: 1567 | |
Respuesta: ejecutar secuencialmente el script Tenés que hacerlo asi
Código HTML:
Ver original<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"> <p><a href="#">Link </a></p> <div id="dial" style="width: 300px; height: 300px; background-color: cyan;"></div> <script type="text/javascript"> //<![CDATA[ $('a').click(function() { if($('body').attr('id')=="home"){ $('#dial').animate({ opacity: 0.25, left: '+=50', height: 'toggle' }, 3000, function() { // a ejecutar cuando termina la animación var direccion_location = "http://google.com"; ordenarHome(direccion_location); }); }else{ alert('El id no es home'); } }); function ordenarHome(u){ window.location.href = u } //]]>
Saludos
__________________ La voz de las antenas va, sustituyendo a Dios.
Cuando finalice la mutación, nueva edad media habrá
S.R. |