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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T10:59:44+00:00 2026-06-10T10:59:44+00:00

Not sure how these are not being converted to html objects. I have this

  • 0

Not sure how these are not being converted to html objects.

I have this function :

var findPattern = new RegExp(request.term.toLowerCase(), "ig");
var highlightMatch = function(match) {
  return '<span class="highlight">' + match + '</span>';
};

And it gets used here :

source: function(request, response) {
  $autocomplete_xhr = $.ajax({
    // .. truncated for your viewing pleasure ..
    success: function() {
      return {
         label: $.string(label).interpolate({name: row.customer.name, address: (row.customer.addr == null) ? '' : row.customer.addr}).str.replace(findPattern, highlightMatch),

But the result is I can see the <span> tags instead of them being parsed as HTML.

Any ideas why this is happening, and what I can do to remedy this?

  • 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-06-10T10:59:45+00:00Added an answer on June 10, 2026 at 10:59 am

    Got it! Added this to the end of my Autocomplete code.. Which is to my understand the exact same code that is included in the JS library. So I’m not sure why this would work only if extracted from the source and manually put in the file ..

          })
          .each(function() {
            // Señor Hackovitz for rendering HTML elements..
            $(this).data("autocomplete")._renderItem = function(ul, item) {
              return $( "<li></li>" )
                  .data( "item.autocomplete", item )
                  .append( "<a>" + item.label + "</a>" )
                  .appendTo( ul );
            };
          })
    

    I used an .each statement following @Mu Is Too Short’s example in case there are many autocompletes available.

    Cheers!

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

Sidebar

Related Questions

I'm not sure why these have to be unique, but from reading the MySQL
I'm not sure whether these are programming questions, but I'm sure lots of new
At this point I'm not sure if these leaks might be CoreData related or
Hello not sure why Im getting this error. Basically I get it in these
I'm not sure which is these is appropriate for my current application. I need
I am not really sure what type of headers these highlighted values are, but
Ok, so I'm not quite sure the difference between these languages. Could someone clarify?
Not sure if this is possible with a regular expression replace command, but I
Here is my code: This is the function being called by fiddler using: http://localhost:3334/Service/Login/?json={'username':'cara','password':'password'}
I'm not sure if this is a setting somewhere that I've missed or an

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.