NetTalk Central

Author Topic: NT & jQuery Time Picker Plugin  (Read 3143 times)

Robert Iliuta

  • Sr. Member
  • ****
  • Posts: 472
    • View Profile
    • Email
NT & jQuery Time Picker Plugin
« on: July 06, 2016, 01:54:30 AM »
Hallo!


Anyone implemented a time picker in NT?
Something like this: https://www.sitepoint.com/10-jquery-time-picker-plugins/

My users complain about that is hard to enter manually the time and would be much easy to select.

ps - maybe it will be great to have in NT a time picker :-)

Thank you for any suggestions/help.

Robert

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11191
    • View Profile
Re: NT & jQuery Time Picker Plugin
« Reply #1 on: July 07, 2016, 04:57:25 AM »
>> My users complain about that is hard to enter manually the time

seriously?

Robert Iliuta

  • Sr. Member
  • ****
  • Posts: 472
    • View Profile
    • Email
Re: NT & jQuery Time Picker Plugin
« Reply #2 on: July 08, 2016, 12:03:38 AM »
>>seriously?
I'm trying to make their life easy...and yes they complain it's confusing sometimes when they enter time and also reported that on safari it's not working as expected.
Didn't tested on Safari, but for me on chrome and firefox works good.
They ask me: If it's possible to select a date why not a time? ...

This is why I'm trying to implement a time picker :-)

Robert

Vinnie

  • Full Member
  • ***
  • Posts: 175
    • View Profile
    • Email
Re: NT & jQuery Time Picker Plugin
« Reply #3 on: July 08, 2016, 03:50:05 AM »
If I read this correctly then I would do something like Apple Do on a phone.

Time is made up of spin boxes or drop boxes for Hours and Minutes and then join to a hidden time field.

Cheers

Vinnie

bijan

  • Jr. Member
  • **
  • Posts: 55
    • View Profile
    • Email
Re: NT & jQuery Time Picker Plugin
« Reply #4 on: July 18, 2016, 11:13:22 AM »
Hi Robert,

I have the same issue with time entry. Most web sites are getting the visitors used to using drop downs.

My solution may not work for your situation. However, I find that if you build your own dropdown with a list of times works best, both on a desktop and a mobile device. In our case the times are always in 15 minute increments, therefore a regular NT dropdown is all we need. The Jquery scripts in this URL look nice on a desktop browser. However, you should consider how they will work on a mobile device. I didn't like any of them using a mobile device.

Regards

Bijan

Robert Iliuta

  • Sr. Member
  • ****
  • Posts: 472
    • View Profile
    • Email
Re: NT & jQuery Time Picker Plugin
« Reply #5 on: July 24, 2016, 01:07:47 AM »
Hallo Bijan,

Your solutions is smart and I implemented.
Time looks very nice in a dropdown list for both desktop and mobile. (I don't use mobile for this app, but just in case)

Thank you!
Robert