To achieve the following function, we can use the val() function or attr function (limited to some fields).

The syntaxes to be used to receive the input value of an element using jQuery are as following:

$('#someInput').val();

BY Best Interview Question ON 26 Jan 2019