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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T20:41:43+00:00 2026-05-27T20:41:43+00:00

I have a problem here. I am using YQL & jQuery to get some

  • 0

I have a problem here.

I am using YQL & jQuery to get some data; this is my quick code: http://jsfiddle.net/corotchi/22Ecw/

It doesn’t work in IE, I guess any version.

Error :

SCRIPT5: Access is denied.
jquery-1.4.3.min.js, line 137 character 406


And we can see in jsFiddle, FF displays data, IE doesn’t. Anyone have any advice or any idea how can I fix this?

PS. I am using jQuery 1.4.3.

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

    I believe you need to use JSONP. The following works in IE9 (and appears to work in IE7 and IE8); note the callback=?, which jQuery will handle.

    $(window).load(function(){
        $.getJSON("http://query.yahooapis.com/v1/public/yql?q=select%20*%20from%20html%20where%20url%3D%22https%3A%2F%2Fsjobs.brassring.com%2F1033%2FASP%2FTG%2Fcim_home.asp%3Fpartnerid%3D25172%26siteid%3D5235%26LanguageId%3D1%22%20and%0A%20%20%20%20%20%20xpath%3D'%2F%2Fform%5B%40name%3D%22frmResults%22%5D%2Ftable'&format=json&callback=?",
            function(data){
                $.each(data.query.results.table[1].tr, function(index, value){
                    if (index > 2) {
                        var title  =  value.td[2].p;
                        var id = value.td[1].a.href;
                        var href  = id.split("javascript:window.location='").pop().replace(/'/g, '');
                        var content = '<li><a  href="https://sjobs.brassring.com/1033/ASP/TG/'+href+'" target="_blank">'+title+'</a></li>';
                        $(".FeaturedJobs").append(content);
                    }
                });
            }
        );
    });
    

    http://jsfiddle.net/22Ecw/6/

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

Sidebar

Related Questions

I have a problem using JSON and arrays. Here is my code: while($row =
I have quite an odd problem here - I am using jquery for resizing
Using Rational ClearCase v. 7.0.1.1 with UCM, I have a problem here when using
I have a problem with using a pointer to function in C++. Here is
Here's the core problem: I have a .NET application that is using COM interop
here is the problem. I have one PC using VS2008 (SP1 ) and another
i have a big problem here..i am using Microsoft charting controls in my asp.net
So I have an interesting problem here. I am using URL Routing to mask
I have a peculiar problem here. I want to extract some generic types, which
I have problem with testing classes, which using UpdateModel() method. I get System.NullReferenceException. I

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.