Custom jQuery plugin not working
First, your link 403’s for me. I assume you’re using the code I found here: https://github.com/trentrichardson/jQuery-Timepicker-Addon/blob/master/dist/jquery-ui-timepicker-addon.js Now, the $ thing is not a problem, that JS code library uses a proper $ wrapper, so it will work fine without modification. The actual problem is a simple misspelling. Look at this line of code: wp_enqueue_script(‘timepicker’, get_stylesheet_directory_uri() … Read more