JS Error on Edit Post
-
On Edit Post, JS error is showing as shown here:
wp-seo-post-scraper-760.min.js?ver=7.6:33 Uncaught TypeError: t.val is not a function at e.value (wp-seo-post-scraper-760.min.js?ver=7.6:33) at e.value (wp-seo-post-scraper-760.min.js?ver=7.6:33) at e.value (wp-seo-post-scraper-760.min.js?ver=7.6:33) at l (wp-seo-post-scraper-760.min.js?ver=7.6:33) at d (wp-seo-post-scraper-760.min.js?ver=7.6:33) at HTMLDocument.F (wp-seo-post-scraper-760.min.js?ver=7.6:33) at i (load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,utils,moxiejs,plupload&ver=4.9.6:2) at Object.fireWith [as resolveWith] (load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,utils,moxiejs,plupload&ver=4.9.6:2) at Function.ready (load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,utils,moxiejs,plupload&ver=4.9.6:2) at HTMLDocument.K (load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,utils,moxiejs,plupload&ver=4.9.6:2)
It is occurring due to calling the
val()
function by ID object whereas it should bevalue
.val()
is used in jQuery.
Like:t.va()
should be replaced witht.value
.Please fix this issue ASAP. It’s creating different issues in edit post/page.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘JS Error on Edit Post’ is closed to new replies.