Skip to content

Passing options to .timepicker doesn't work #335

Closed
@6apxat

Description

@6apxat

When I'm trying to set options for timepicker fields, they don't get applied

Like this:

var rel = $(this).parents('form').attr('rel');
$('#startTime'+rel).timepicker('option', 'hourMax', 22);

Only initially set options are working:

$('.time').timepicker({
hourMin: 10
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions