Ver Mensaje Individual
  #1 (permalink)  
Antiguo 07/06/2011, 17:22
Avatar de JessicaTJ
JessicaTJ
 
Fecha de Ingreso: enero-2007
Ubicación: 127.0.0.1
Mensajes: 472
Antigüedad: 17 años, 10 meses
Puntos: 25
Alguien ha usado jQuery-Timepicker-Addon?

Hola chicos !!!

Por mas que intento hacer funcionar un plugin de jQuery nada mas no logro hacerlo, el script es este:

Código:
http://trentrichardson.com/examples/timepicker/
Simple y sencillamente por mas ke pongo todos los JS y los CSS y las funciones no agarra XD, estoy haciendo algo mal de seguro, pero no tengo la verdad ni idea de que puede ser, podrian por favor ayudarme?

El codigo que ahorita estoy usando es este:
Código HTML:
Ver original
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  4. <title>Untitled Document</title>
  5. /* css for timepicker */
  6. .ui-timepicker-div .ui-widget-header{ margin-bottom: 8px; }
  7. .ui-timepicker-div dl{ text-align: left; }
  8. .ui-timepicker-div dl dt{ height: 25px; }
  9. .ui-timepicker-div dl dd{ margin: -25px 0 10px 65px; }
  10. .ui-timepicker-div td { font-size: 90%; }
  11. <link type="text/css" media="screen" rel="stylesheet" href="admin/styles/jquery-ui-1.8.6.custom.css" /> <!-- StyleSheet Top Menu -->
  12. <script src="scripts/jquery.js" type="text/javascript"></script>
  13. <script src="scripts/timepicker.js" type="text/javascript"></script>
  14. <script src="scripts/jquery-ui-1.8.6.custom.min.js" type="text/javascript"></script>
  15. <script type="text/javascript">
  16. $(function(){
  17. $('#fecha').datetimepicker();
  18. });
  19. </head>
  20.  
  21. <input type="text" name="fecha" id="fecha" value="" />
  22. </body>
  23. </html>

De verdad agradecere mil su ayuda !!!!
__________________
٩(͡๏̯͡๏)۶ || ٩(͡๏̯͡๏)۶