Hi, I saw that sometimes the parameter val in the function $.fn.validate.validateRule is null, I would suggest to add ``` if(val == null) return false; ``` at the beginnning of that function.