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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T05:25:51+00:00 2026-06-15T05:25:51+00:00

I use this: http://xoxco.com/projects/code/tagsinput/ as a plugin for an autocompletition. I want some of

  • 0

I use this: http://xoxco.com/projects/code/tagsinput/

as a plugin for an autocompletition.

I want some of the fields in the combobox to be bold.

This is the data in the combobox:

john, jackson, tom, <b>peter</b>, alex

And I want peter to be bold.

However, it isn’t. When I go inspect element, it shows < b > peter < / b >, but when I go edit as html, the editor for the source code is opened and it shows html encoding for < b > and < /b >: & l t ; b & g t ; bold & l t ; / b & g t ;

How to fix 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-15T05:25:52+00:00Added an answer on June 15, 2026 at 5:25 am

    This is a kind of patch solution i came with:
    After I built my dom.. I changed the innerHTML of the element.
    Of course you can manipulate with the elements like comparing the strings and so on..

    <input id="tag1" value="alpha,beta,gamma,delta">    
    <input id="someOtherId" value="peter,jackson">
    
    var arr = $('#tag1_tagsinput span.tag');
    var arr2 = $('#someOtherId_tagsinput span.tag');
    
    var spanChild = arr[2].getElementsByTagName('span');
    spanChild[0].innerHTML = "<b>"+spanChild[0].innerHTML+"</b>";
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I use this code: http://blogswizards.com/plugin-development/sliding-boxes-and-captions-with-jquery On a simple gallery site I am building. Specifically
i use this http://www.mudaimemo.com/p/quickedit/# and it work good the problem is i want use
Im trying to use this http://code.google.com/p/pywhois/ along with the socket.gethostbyaddr . import socket import
Hi All I have trying to use this http://msdn.microsoft.com/en-us/vs2010trainingcourse_aspnetmvc3fundamentals_topic8.aspx , but i have some
pls use this http://code.google.com/p/google-web-toolkit-doc-1-6/wiki/DevGuideJavaFromJavaScript IFI means int float int but if i want to
I try to get whois in python. I use this http://code.google.com/p/pywhois/ but it run
I'm trying to use this http://www.rcsb.org/pdb/software/rest.do REST services with Qt. I did some get
I want to use this function: http://www.frankmacdonald.co.uk/php/post-to-wordpress-with-php.html Its used to post to Wordpress using
I'm trying to use this font: http://www.fontsquirrel.com/fontfacedemo/eb-garamond So I download the type kit and
I've notice that StackOverflow use this url: http://stackoverflow.com/posts/123123/revisions How can I add such routing

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.