I want to configure the onBlur event for an input element that checks the value and, if it is invalid, cancels the blur and returns that input. However, returning false from onBlur does not cancel onBlur , as is done with onClick . Is there a solution for this (possibly using jQuery?)
javascript jquery events
Joelfan
source share