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

  • Home
  • SEARCH
  • 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 8785375
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T21:20:31+00:00 2026-06-13T21:20:31+00:00

I have the following template <script id=myTemplate type=text/x-jquery-tmpl> <p>${{html Name}}</p> <p>${Format(Title)}</p> </script> and the

  • 0

I have the following template

<script id="myTemplate" type="text/x-jquery-tmpl">
    <p>${{html Name}}</p>
    <p>${Format(Title)}</p>
</script>

and the javascript function Format()

function Format(Title){
 return "<b>" + Title + "</b>";
}

and the actual data

var data = { 
    Name: "<h3>Tom</h3>", 
    Title: "Mr."
};

The ${{html Name}} works to display html tags contained in “Name”. However, the HTML tags returned by my function “Format” are being rendered as text on my page. How can I return HTML from a function using JQuery tmpl?

  • 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-13T21:20:36+00:00Added an answer on June 13, 2026 at 9:20 pm

    Quoting the ${...} doc:

    The values rendered by ${} are evaluated as strings, and are HTML
    encoded. Any embedded markup will therefore be encoded. To insert the
    unencoded markup in the rendered template, use instead the {{html}}
    template tag.

    So it can be fixed just with {{html Format(Title)}}.

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

Sidebar

Related Questions

I have the following KnockoutJS template (render with jquery.tmpl): <script id=contactsTemplate type=text/html> <li data-bind=click:
I have the following backbone.js client side template: <script id=calleeTemplate type=text/x-jquery-tmpl> <tr style=background-color: ${StatusColour}>
I have the following html structure. <ul> <script id=agendaTmpl type=text/x-jquery-tmpl> <li class=arrow boundElement style=height:40px;
I have the following jQuery functions: <script type=text/javascript> $(function() { // setTimeout() function will
I have the following jQuery-tmpl template: <script id=month-template type=text/x-jquery-tmpl> <div style=width:${width};> <div>Hello</div> </div> </script>
I have the following container script type: 'text/x-handlebars', 'data-template-name': 'application', -> text ''' {{outlet}}
In my index.html I have the following template <script type=text/x-handlebars> {{#with ChatApp.messagesController}} {{view Ember.TextArea
I have the following HTML code: <ul id='item-list'></ul> <button id='add-item'>Add Item</button> <script type='text/template' id='item-template'>
I have the following in my page, ready to: <div id=result></div> <script id=some-template type=text/x-handlebars-template>
I have follwing JSON: {mykey:[{name:Jak,interests:movies}]} and following opensocial app code: <script type=text/os-template require=mykey> <ul>

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.