jquery input code example
Example 1: jquery on input
$('input').on('input propertychange', ()=>{});
Example 2: get value of input jqueyr
var str = $("#myInput"). val();
Example 3: jquery get input type
$('#identifier').attr('type');
$('input').on('input propertychange', ()=>{});
var str = $("#myInput"). val();
$('#identifier').attr('type');