Uncaught TypeError: Illegal invocation at init.e.fn.valid

96 Views Asked by At

Sample Code snippet

 var joinedArr = ["first choice", "second choice"];
 $(joinedArr).valid();

The above code is throwing me Uncaught TypeError: Illegal invocation at init.e.fn.valid (https://builder-assets.unbounce.com/published-js/jquery-shims.bundle-deb76da.z.js:1:4815) at :1:14 Error

I am trying the stuff in unbounce

0

There are 0 best solutions below