jwaliszko / ExpressiveAnnotations

Annotation-based conditional validation library.
MIT License
351 stars 123 forks source link

Error Line 712 #138

Closed gicalo closed 7 years ago

gicalo commented 7 years ago

Good day I have a proyect with ExpressiveAnnotations ; but when the page load generated one error at the line 712 send my code generated

the error is TypeError: $.validator is undefined expressive.annotations.validate.js:712:9

<!DOCTYPE html>

INFORME DE ATENCIÓN EN SALUD A VICTIMASDE ACCIDENTES DE TRANSITO

Datos de la victima del accidente de transito

v
v

Tipo de ingreso a los servicios de salud


v
v
v
;
jwaliszko commented 7 years ago

Hi, if you could please take a look at the information you've pasted on GitHub - it looks totally unclear, and I don't know why you'd like to paste the entire page here. Regarding your error, I assume you have loaded your scripts in an invalid order - this is the one which is valid:

<script src="/Scripts/jquery.validate.js"></script>
<script src="/Scripts/jquery.validate.unobtrusive.js"></script>
...
<script src="/Scripts/expressive.annotations.validate.js"></script>
jwaliszko commented 7 years ago

Closing due to no further feedback.