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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T00:08:57+00:00 2026-05-22T00:08:57+00:00

For some reason I can’t seem to get my template to update after I

  • 0

For some reason I can’t seem to get my template to update after I filter? My filtering works, but for some reason the template won’t update? Any thoughts?

Here is a jsfiddle link that show the issues I’m having. It is not exact, but it gets the point across. jsfiddle

Just another edit. When I manually send in an array of objects instead of test, it works fine? e.g.

Doesn’t work:

$.tmpl(summaryTemplate, test).appendTo("#buildings");  

Works:

$.tmpl(summaryTemplate, [{"Device" : "Device11"}, {"Device" : "Device12"}]).appendTo("#buildings");   <---works


 <script type="text/javascript">
  var buildings = [];
  $.template( "summaryTemplate", $('#summaryTemplate'));
  $(function () {
    var xhr = $.getJSON('/GetBuildings', { id: 4 });
    xhr.success(function(data) { 
      buildings = data;
      $.tmpl(summaryTemplate, buildings).appendTo( "#buildings" );
    });


    $('#device').keyup(function() {
      var text = this.value;
      var test = $(buildings).filter(function() {
        return (this.Device.toLowerCase().indexOf(text.toLowerCase()) != -1);
      });
        $('#buildingCount').text(test.length);
       $.tmpl(summaryTemplate, test).appendTo("#buildings");
    });
  });

</script>
<script id="summaryTemplate" type="text/x-jquery-tmpl">
  <li class="device">
    ${Device}
    <div style="display: none;">
      <div class="slider">
        <div>
          <span>Building: </span><span><b>${Building}</b></span>&nbsp; &nbsp;<span>Room:
          </span><span><b>${Room}</b></span></div>
        <div>
          <span>Building Access: </span><span><b>${BuildingAccess}</b></span>&nbsp;
          &nbsp;<span>Room Access: </span><span><b>${RoomAccess}</b></span></div>
        <div>
          <span>Access Type: </span><span><b>${AccessType}</b></span>&nbsp; &nbsp;<span>After
            Hours: </span><span><b>${AfterHours}</b></span></div>
        <div>
          <span>Notes: </span><span><b>${Notes}</b></span></div>
      </div>
    </div>
  </li>
</script>
  • 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-22T00:08:58+00:00Added an answer on May 22, 2026 at 12:08 am

    After working on this for quite awhile I finally figured it out. The .filter() method returns back a jquery object. I had to do test.toArray() when sending it to the template and everything worked like it was supposed to.

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

Sidebar

Related Questions

I know PHP 5 already supports SQLite but for some reason I can't get
This is probably very easy to do but for some reason I can't seem
For some reason I can't seem to get the MySQL Net Connector to work
For some reason i can't seem to get this right ok i have 2
This should be pretty simple but for some reason I can't get this value
I have done this several times before but for some reason I can't get
For some reason I can't seem to get this particular web page's contents via
For some reason I can't seem to get the basic example to work, provided
For some reason I can't update the ApplicationBar icons when I make any changes
For some reason I can't seem to call my global template function in GCC

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.