Ver Mensaje Individual
  #3 (permalink)  
Antiguo 27/11/2013, 08:08
Avatar de panabuntu
panabuntu
 
Fecha de Ingreso: octubre-2013
Mensajes: 19
Antigüedad: 10 años, 7 meses
Puntos: 0
Respuesta: DatePicker solo se muestra una vez con contenido dinamico

Tendría que hacer algo como esto???

$('#inputFechaInicio').livequery(function(){
$('#inputFechaInicio').datepicker({
showAnim: "slideDown",
dateFormat: 'dd-mm-yy',
minDate: fechaMinInicio

}).on('changeDate', function(ev){
alert('caracola');
});
});
});