jQuery time picker issues and .NET
Recently, I ran into an issue with a jQuery time picker plugin not firing my custom validator onChange event in ASP.NET.
The issue seemed to be related to the ControlToValidate setting.
Based on this Stack Overflow question, using a ValidationGroup in the custom validator resolved the problem.