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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T23:04:20+00:00 2026-06-15T23:04:20+00:00

How do I use Knockout native template engine to generate bound but not attached

  • 0

How do I use Knockout native template engine to generate bound but not attached html elements for a given template and a view model?

I want to achieve something similar to:

var template = "<div data-bind="text: name"></div>";
var viewModel = { name: "Hello" };
var domNode = ko.applyBindings(template, viewModel);

$('body').append(domNode);
  • 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-15T23:04:21+00:00Added an answer on June 15, 2026 at 11:04 pm

    Yes, you can do this, but you should add dom element to the page first and then apply bindings:

    var template = "<div id='TemplateId' data-bind='text: name'></div>";
    var viewModel = { name: "Hello" };
    
    var test = $('body').append(template);
    var domElement = $('#TemplateId')[0];
    ko.applyBindings(viewModel, domElement);
    

    Here is working fiddle: http://jsfiddle.net/mq2GU/

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

Sidebar

Related Questions

I have a page that requires jQuery.tmpl, but I want to use native knockout
When I use '.pop' or '.remove', knockout automatically removes the elements corresponding in html
I have wanted to try to use knockout.js but have not really needed it.
Suppose I have knockout.js template like this: <script type=text/html id=mytemplate> <label for=inputId>Label for input</label>
I'm trying to use knockout to do a pretty basic binding but am having
I wish to use Knockout mapping to generate ViewModel. var viewModel = ko.mapping.fromJS(data); After
My View is bound to a Model and displays several dropdown lists, and their
I'm attempting to use the knockout sortable plugin to work with two html lists
How can I use a knockout template as content in a bootstrap popover?
I’ve been using Knockout.js quite extensively but there’s one pattern I use a lot

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.