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 92 forks source link

change time text #132

Open AMBIENTE1 opened 3 years ago

AMBIENTE1 commented 3 years ago

Hi Wvega, thank you for your script, It's very useful! My question... Is some way change text hours in dropdown menu like:

$("a.ui-corner-all:contains('10:00')").text("10 - 11 hours"); $("a.ui-corner-all:contains('11:00')").text("11 - 12 hours"); $("a.ui-corner-all:contains('12:00')").text("12 - 13 hours"); ?? I need time slots for ordering in eshop. When I tried to call thit after document.ready with setTimeout 100, error: Uncaught TypeError: n.viewport is undefined Thank you again.