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 695341
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T02:56:57+00:00 2026-05-14T02:56:57+00:00

I have recently done a very simple highlighting with jQuery and a highlight plugin.

  • 0

I have recently done a very simple highlighting with jQuery and a highlight plugin. It looks like this:

$(‘myButton’).click(function() {

$(‘body’).highlight($(‘#myInputText’).val());

});

But I wonder how can I do the Chrome like highlighting, I mean highlight the letters whenever I type in some letter in textbox without submitting. I think maybe use a keyup event… Any ideas?

Thanks Andy, i changed ‘this[0]’ to ‘search[i]’ in your code and it works if there is only one ‘p’ tag

$(document).ready(function(){
  var search = ['p', 'div', 'span'];

  $("#highlighter").bind('keyup', function(e){
    var pattern = $(this).val();

    $.each(search, function(i){
        var str = search[i];        
        var orgText = $(str).text();

        orgText = orgText.replace(pattern, function($1){
          return "<span style='background-color: red;'>" + $1 + "</span>"
        });

        $(str).html(orgText);
    });    
  });
});
  • 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-14T02:56:57+00:00Added an answer on May 14, 2026 at 2:56 am

    I made quick excersise out of it, code:

        $(document).ready(function(){
        var search = ['p', 'div', 'span'];
    
        $("#highlighter").bind('keyup', function(e){
        var pattern = $(this).val();
    
        $.each(search, function(i){
            var str = this[0];        
            var orgText = $(str).text();
    
            orgText = orgText.replace(pattern, function($1){
              return "<span style='background-color: red;'>" + $1 + "</span>"
            });
    
            $(str).html(orgText);
        });    
      });
    });​​
    

    link: http://jsbin.com/amica3/edit

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

Sidebar

Related Questions

I've done a bunch of Java coding recently and have got used to very
I recently have been getting more into C++. I have done some (very minimal)
I have done Objective-C way back when, and have recently (i.e. just now) read
As of now I have done effort estimation based on experience and recently using
I have very recently been learning python. I have been using pyscripter as is
EDIT2 Looks like I can't read properly, disregard this post, I will try to
I have a very simple report in SSRS that is just a table with
Have recently been given a project to complete which uses XML quite extensively.Am looking
I have recently started having problems with TortoiseCVS, or more specifically with plink, the
I have recently installed .net 3.5 SP1. When I deployed a compiled web site

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.