Hi everyone, I'm having trouble getting a jQuery plugin called timepicker to work. I already have a datepicker setup and running smoothly. I've spent hours researching this issue and trying different plugins. Here's my process: I download the plugin, import the .js file into my project's resources/js folder (I'm using Spring), copy the .css file for the timepicker into the resources/css folder. Then, I add a script below the one that imports the standard jQuery library to incorporate the plugin. Below is how I implemented it. Thank you for any help!
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
<%@ page session="false" %>
...
</div>