wvega / timepicker

A jQuery plugin to enhance standard form input fields helping users to select (or type) times
http://timepicker.co
GNU General Public License v2.0
216 stars 93 forks source link

It was working before but now its not working #67

Open nishantkumarverma opened 8 years ago

nishantkumarverma commented 8 years ago
$('#bookingEndTime').timepicker({
    'minTime': openFrom,
    'maxTime':openTill,
    'timeFormat': 'HH:mm',
    'showDuration': true,
    'interval':hourStep
});

It was working before but now its not working, any idea? all the variables are passing proper value.

wvega commented 8 years ago

Hi @nkvGlobal,

How exactly is not working? The timepicker just don't work?, or are you seeing unexpected behaviour?

Also, do you have a live example that I can check?

wvega commented 8 years ago

I'm also curious about the showDuration option. I don't think we have that in this plugin. GitHub shows no code results for that keyword. Are you sure you created the issue in the right place?

nishantkumarverma commented 8 years ago

I will upload it live today and let you know.

I am using timepicker.co