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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T06:19:54+00:00 2026-06-15T06:19:54+00:00

I have included the assets described in this ticket , and the Underscore variables

  • 0

I have included the assets described in this ticket, and the Underscore variables work except when inside tags. I can not get variables to render inside dynamic tags data-id=someidfor doing things onClick with Backbone events.

In standard HTML:

<script type="text/template" id="template-action1-thing">
<tr>
   <td class="action-td" style="width: 10%;">
      <button id="do-remove" data-id="<%= obj.id %>">X</button>             
   </td>
</tr>
</script>

With (Scalate) Jade, which doesn’t work:

script(id='template-action1-thing' type='text/template')
  p <%= obj.id %> Will render
  tr
    td.action-td(style='width: 10%;')
      button(id='do-remove' data-id='<%= obj.id %>') 
        | X

If I do this, the actual html renders with the variable properly, though incorrectly:

tr td(style='width: 10%;') button(id='do-remove_thing' data-id='myid') X

With a template like:

script(id='template-action1-thing' type='text/template')
  |   td.action-td(style='width: 10%;')
  |     button(id='do-remove_thing' data-id='<%= obj.id %>') X 
  • 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-15T06:19:56+00:00Added an answer on June 15, 2026 at 6:19 am

    If you want to use an underscore template in jade you need change to template to look like this:

    script(id='template-action1-thing' type='text/template')
      | <tr>
      |   <td class="action-td" style="width: 10%;">
      |     <button id="do-remove" data-id="<%= obj.id %>">X</button>             
      |   </td>
      | </tr>
    

    Or you could look at using jade templates instead of underscore templates.

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

Sidebar

Related Questions

I have included 4 buttons inside a panel. The panel is docked to the
I have included CFNetwork.framework in my app. And later when not required i just
I have made a flash application and in this flash application I have included
I have a custom font in my rails project (/app/assets/fonts/font.ttf). Is this folder actually
I have looked everywhere but have not found a problem similar to this. I
I have a folder on my server called /assets/includes/updates/ with .php files inside featuring
My Android app uses HTML files included as assets and displays these inside WebViews.
I have a webpage with 2 stylesheets being included: <link rel=stylesheet href=/assets/css/screen.css type=text/css media=all
I have this htaccess rule: RewriteCond %{REQUEST_URI} !assets RewriteRule \.(?:jpe?g|gif|png)$ script.php It redirects all
I have included Django comments framework in my project, and added custom templates to

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.