Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6610205
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T19:48:37+00:00 2026-05-25T19:48:37+00:00

I have a two items(rows) in the list box I love to work with

  • 0

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

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T19:48:38+00:00Added an answer on May 25, 2026 at 7:48 pm

    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:

    • a list box containing a list of words
    • a text field for the user to enter a word
    • a button for the user to click when he has written the text.

    And you want the option to change color when the user clicks the button.
    the code for thsi would be something like this:

    $("#mybutton").click(function(){
      var text = document.getElementById("mytextinput").value
      $("#lstCodelist option").each(function (){
       if(this.text()===text)
          this.css('color':'yellow');
      });
    
    });
    

    this is what happens:

    • line 1: I define a click handler when the button gets clicked.
    • line 2: I get the text from inside the textbox, I use getElementById to avoid the overhead of using jQuery for something that simple
    • line 3: I loop over each of the items in the list.
    • line 4: if the string in the textbox equals the text inside the option:
    • line 5, change the css property of the list option.

    So no, this is not affecting the text, it only edits the css.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have two classes Company CompanyKey CompanyName Person FirstName LastName CompanyKey The list items
I currently have a custom listview with two rows of text in each item,
I want to have two items on the same line using float: left for
I have two tabbar items(views) that use the same data, whats the best solution
I have two different ways of displaying items in a WPF application. The first
I have two lists and I want to select items that are not in
I have two tables in a MySql DB: items id (char) name (varchar) description
Say I have two arrays, items and removeItems and I wanted any values found
I have two tables, one called cart and one called items. Now I want
The scenario is I have two div s: one is where I select items

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.