Por mas que intento hacer funcionar un plugin de jQuery nada mas no logro hacerlo, el script es este:
Código:
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?http://trentrichardson.com/examples/timepicker/
El codigo que ahorita estoy usando es este:
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"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <style> /* css for timepicker */ .ui-timepicker-div .ui-widget-header{ margin-bottom: 8px; } .ui-timepicker-div dl{ text-align: left; } .ui-timepicker-div dl dt{ height: 25px; } .ui-timepicker-div dl dd{ margin: -25px 0 10px 65px; } .ui-timepicker-div td { font-size: 90%; } </style> <link type="text/css" media="screen" rel="stylesheet" href="admin/styles/jquery-ui-1.8.6.custom.css" /> <!-- StyleSheet Top Menu --> <script type="text/javascript"> $(function(){ $('#fecha').datetimepicker(); }); </script> </head> <body> <input type="text" name="fecha" id="fecha" value="" /> </body> </html>
De verdad agradecere mil su ayuda !!!!