Recently ran into an issue while trying to add some jQuery logic to a form element, where the following error was being generated in the Javascript console every time I submitted the form: Uncaught TypeError: Property ‘submit’ of object # is not a function. After some research, it was noted that [...]
The post Javascript – jQuery – Property Submit of Object htmlformelement is not a Function appeared first on Me Like Dev.