javascript - Trigger jQuery validation from address bar -


i'm writing coded ui test , want test web frontend. purpose want trigger jquery validation without having click submit button. possible browsers address bar? tried javascript:($('form').validate()) gives me blank page "[object object]"

you can call valid() method validate form, given validator initialized form

$('form').valid() 

Comments

Popular posts from this blog

rest - Spring boot: Request method 'PUT' not supported -

php - Magento - Deleted Base url key -

symfony - imagine_filter() not generating the correct url in LiipImagineBundle -