I have a two items(rows) in the list box
I love to work with jquery
i love to work with javascript
I have textbox and button when I enter love in the text box when I click button i need to loopthrow this list box to find the text love and change that love text color? to yellow.
thanks
first of all, jQuery is javascript, it’s a library written in javascript.
So, If I understand your problem, you have 3 interactive elements on your page:
And you want the option to change color when the user clicks the button.
the code for thsi would be something like this:
this is what happens:
So no, this is not affecting the text, it only edits the css.