[Solved] How to code a given jquery into a javascript? [closed]


You can use document.getElementById('phone').value instead of $('#phone').val() to get element’s value without jquery.

solved How to code a given jquery into a javascript? [closed]