[ad_1]
Simplest solution would be:
var inputVal = $('input').val();
$('li:contains("'+inputVal+'")').css('background-color','#FF0000'); // or change any other CSS property to highlight
3
[ad_2]
solved How to find a value entered in a textbox in a
[ad_1]
Simplest solution would be:
var inputVal = $('input').val();
$('li:contains("'+inputVal+'")').css('background-color','#FF0000'); // or change any other CSS property to highlight
3
[ad_2]
solved How to find a value entered in a textbox in a