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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T01:38:41+00:00 2026-05-25T01:38:41+00:00

This might be something silly really, but I can’t get it to work at

  • 0

This might be something silly really, but I can’t get it to work at all…

I have vacation.js.erb which generates some javascript to update a page when the ajax call is done. The source of the file looks like this:

$('semantic').replace('<div id="semantic"></div>');
<%
    html = '<table class="ajax">'
    html += "<tr><td>EU - 27</td><td>#{@eu.value.value} days</td></tr>"
    html += "<tr><td>#{@source.location.value}</td><td>#{@source.value.value } days></td></tr>" unless @source.location.value.blank?
    html += "<tr><td>#{@cv.country.name}</td><td>No Data Available</td></tr>" if @source.location.value.blank?
    html += "<tr><td>#{@target.location.value}</td><td>#{@target.value.value } days></td></tr>" unless @target.location.value.blank?
    html += "<tr><td>#{@vacancy.country.name}</td><td>#{@target.value.value } days></td></tr>" if @target.location.value.blank?
    html += "</table>"
%>
$('semantic').insert('<%= escape_javascript(html) %>');

I can cleary go through the code with the browser, but the last line is causing me troubles. It encodes the stuff in html to html entities, and I don’t want this, cause it breaks the javascript. The response in Fiddler looks like this:

$(‘semantic’).replace(”);
$(‘semantic’).insert(‘<table
class=\"ajax\"><tr><td>EU –
27</td><td>28
days</td></tr><tr><td>gb</td><td>No
Data Available</td></tr><tr><td>United
Kingdom</td><td>29
days></td></tr></table>’);

How can I prevent the page from encoding the html variable?
I tried using <%! html %> but that returns nothing.

  • 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-25T01:38:41+00:00Added an answer on May 25, 2026 at 1:38 am

    fixed it, the solution was

    $('semantic').replace('<div id="semantic"></div>');
    <%
        html = '<table class="ajax">'
        html += "<tr><td>EU - 27</td><td>#{@eu.value.value} days</td></tr>"
        html += "<tr><td>#{@source.location.value}</td><td>#{@source.value.value } days></td></tr>" unless @source.location.value.blank?
        html += "<tr><td>#{@cv.country.name}</td><td>No Data Available</td></tr>" if @source.location.value.blank?
        html += "<tr><td>#{@target.location.value}</td><td>#{@target.value.value } days></td></tr>" unless @target.location.value.blank?
        html += "<tr><td>#{@vacancy.country.name}</td><td>#{@target.value.value } days</td></tr>" if @target.location.value.blank?
        html += "</table>"
    %>
    $('semantic').insert('<%=raw html  -%>');
    

    Found the solution here: Disable HTML escaping in erb templates

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

Sidebar

Related Questions

This might be something very straight forward and I really think it should work
This might be something I can't do but... parent.document.getElementById('<?php echo $_GET['song']; ?>') .innerHTML =
I know this might sound silly but I have no idea how to do
I may be missing something here because I thought this might be really easy
In a previous life, I might have done something like this: <a href=# onclick=f(311);return
This might be on the discussy side, but I would really like to hear
This might be a bit on the silly side of things but I need
This may be a silly question but... Say you have a sentence like: The
Well been working for hours today so i might be missing something silly, but,
Okay, this might be a very silly beginner question, but: I've got an ClassA,

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.