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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T19:18:22+00:00 2026-05-31T19:18:22+00:00

I have a AJAX request that will return a string that contains some HTML

  • 0

I have a AJAX request that will return a string that contains some HTML code:

The returned value is a very big string, like this:

</div></div>
<script type="text/javascript">
    var bld=[{"stufe":7,"gid":"4","aid":"18"}]
</script>
<div id="map_details">< div class="movements">...

The only part I need is the variable bld inside that <script> tag.

I use jQuery in my script, but, since it evals every single piece of <script> code inside the ajax response, I had to use another AJAX method to return the complete string with the <script> tag on it…

I think this could have 2 solutions:

  1. If the jQuery AJAX function evals the script code inside the html response, how could I access the value of that variable?

    I have already tried but the variable bld is undefined in the ajax.success function.

  2. Is there a way to use javascript or jquery to get the variable that is inside that < script> tag when I have that value in an html string?

  • 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-31T19:18:23+00:00Added an answer on May 31, 2026 at 7:18 pm

    You need to load the returned data into your DOM. It will then be parsed, the javascript will run, and the variable will be in global scope. You can do this in a hidden div if you don’t want to see all of the other stuff.

    success: function(data) {
                 $('#hiddendiv').html(data);
                 console.log(bld); // <== bld is eval'ed and in global scope
             },
    

    Is this not what you want?

    Demo: http://jsfiddle.net/jtbowden/GZvG9/1/

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

Sidebar

Related Questions

Alright, so I have some jQuery code that will send an AJAX request to
I have the following HTML structure being returned from an AJAX request... <th scope=col
Is it possible that using jQuery, I cancel/abort an Ajax request that I have
I have an application that uses Ajax.Request and its onSuccess event handler in lots
In my application I have a drop-down form that fires up an AJAX request
I have this code for doing an ajax request to a webservice: var MyCode
I have an HTML/XML table generated by AJAX that displays limited columns of a
I have a page that I am performing an AJAX request on. The purpose
I have ajax request to post data to asmx webservice, how will i post
I have an app that sends multiple Ajax requests simultaneously. I was originally running

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.