soderlind / acf-field-date-time-picker

Date and Time Picker field for Advanced Custom Fields v3 and v4
GNU General Public License v2.0
65 stars 27 forks source link

Replace the jQuery function live() with on() #115

Closed bengreeley closed 3 years ago

bengreeley commented 3 years ago

Since WordPress 5.6 has updated the default version of jQuery to 3.5.1 the function live() will no longer work which breaks this plugin. This code change switches to use 'on' instead.

soderlind commented 3 years ago

@bengreeley thank you :)