Hello with the filezilla I have updated a javascript file but then in the console the same error appears and the file appears the same. I'm using wordpress, but I do not think that's the problem, I've closed and reopened the firefox and nothing the same.
I have copied the file from the server to local and it is with the changes in the code.
the error is TypeError: name.val is not a function [Read more]
this is the line
if((document.getElementById("nombre").value.length < 4) || (correo.value.length < 4)|| (mensaje.value.length < 6))
but the console shows up
if((nombre.val().length < 4) || (correo.val().length < 4)|| (mensaje.val().length < 6))