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

Demo page showing the change callback doesn't work, error in the console. #141

Open joshdance opened 1 year ago

joshdance commented 1 year ago

Reproduction Steps:

Navigate to https://timepicker.co/demos/ the pick the Using the change callback.

Change the time.

Notice the text field doesn't change colors.

Open the console. See the error.

Uncaught TypeError: e.isFunction is not a function

Expected Behavior:

The text input background color would change as the event fires and is acted on.