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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T16:05:04+00:00 2026-05-31T16:05:04+00:00

I have a page that requires jQuery.tmpl, but I want to use native knockout

  • 0

I have a page that requires jQuery.tmpl, but I want to use native knockout templating for a

data-bind="foreach: Comments"

attribute. Because I have included jQuery.tmpl, knockout’s native templating is disabled; is there a way that I can force the native functionality?

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-31T16:05:05+00:00Added an answer on May 31, 2026 at 4:05 pm

    You cannot use foreach or other control-flow bindings within a jQuery.tmpl template.

    However, if you want to call a named template and force it to use the native template engine, then you would do something like:

    <div data-bind="template: { name: 'itemsTmpl', templateEngine: new ko.nativeTemplateEngine() }">
    </div>
    
    ​<script id="itemsTmpl" type="text/html">
        <ul data-bind="foreach: items">
            <li data-bind="text: $data"></li>
        </ul>
    </script>
    

    or cache a copy of a native template engine (new ko.nativeTemplateEngine()) in a variable.

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

Sidebar

Related Questions

I have a jQuery slider that requires being slid, but if the user drags
I have written a django page that requires only super users to login. So
I have an existing site that requires a background image on the home page.
I have a website that requires a very large background image. The page loads
I have a page that I want to update non stop, every few seconds.
I have an asp.net app. It has a page that requires authentication. The authenticated
I have a page that requires 2 divs to get fixed position once certain
I have a page that has jQuery 1.6.2. In some cases I load an
I have a page in my website that requires a simple file download link.
I have a form on a page that requires a captcha if the user

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.