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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T20:43:40+00:00 2026-06-16T20:43:40+00:00

I am using javascript and php and need to pass some HTML in the

  • 0

I am using javascript and php and need to pass some HTML in the JSON variable (PHP->JS).

Unfortunately, due to some environmental constraints I am limited in the jQuery I can use. Using things such as jQuery.parseJSON(str) and $.parseJSON(str) throw unexpected token errors.

Therefor I need a purely javascript approach to handling html in a JSON variable. Currently, the HTML string is just printed as a string on the page, though I need it to take effect as HTML.

My JS code is as follows:

document.getElementById("activeDescription").innerHTML = response['description'];

and the results ends up just being text on the HTML page as follows:

<p>helloworld</p>

whereas I expect just

helloword

to be displayed on the HTML page. On alert(response[‘description’]) I receive

&lt;p&gt;&lt;span class=&quot;

EDIT

When I use

jQuery.parseJSON('{"name":"John"}');

everything is peachy but this code

jQuery.parseJSON(response['description']);

gives me an “Uncaught SyntaxError: Unexpected token & ” error

  • 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-16T20:43:41+00:00Added an answer on June 16, 2026 at 8:43 pm

    Most probably a encoding problem. You can fix by decoding the characters.

    In javascript:

    var div = document.createElement('div');
    div.innerHTML = encoded;
    var decoded = div.firstChild.nodeValue;
    

    In PHP, look at this link: http://www.php.net/manual/en/function.htmlentities.php

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

Sidebar

Related Questions

how can i pass a variable from javascript to php using same file in
I am using PHP, jQuery, and JSON. Now I need to know how to
I have designed a webpage using HTML and client side validation using JavaScript.PHP for
I am new for sencha touch. I need to pass json data by using
I have some PHP code inside the script so I need the JavaScript value
I am trying to pass a value from javascript to php using POST method
I need to pass input values to the db using ajax and php but
I'm adding Experian's Quick Address Postcode Lookup to a client's website using a javascript/PHP
I am done with validation using javascript for a form in PHP. When is
For example, writting server-side things using javascript, instend of php.

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.