I'm surprised that I can't find anything on the net regarding javascript plugins to validate textarea objects for valid html markup. But the well is dry: does anyone know of a good example script that will parse the contents of a specified input and return false if it finds broken html markup within?
Asked
Active
Viewed 1,117 times
1
-
See this (note the use of `DOMParser`): http://stackoverflow.com/a/15458968/3356679 – oriadam Mar 15 '16 at 17:02