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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T14:07:28+00:00 2026-05-26T14:07:28+00:00

Why does IE complain about this javacript call? $.get(profile_completeness.php?id=<?php echo($user_id); ?>, function(data) { var

  • 0

Why does IE complain about this javacript call?

$.get("profile_completeness.php?id=<?php echo($user_id); ?>", function(data) {
    var percentage = data.match(/id="percentage_complete" value="(\d+)"/)[1];
    alert(percentage);
})

This works fine in Chrome, and FF but IE throws an exception.

Here is the error I get:

Unable to get value of the property '1': object is null or undefined.

If I remove the var percentage line the error is gone.

Any ideas why?

  • 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-26T14:07:28+00:00Added an answer on May 26, 2026 at 2:07 pm

    The reason is that the variable data doesn’t contain what you think that it does.

    This works just fine in IE:

    var data = 'id="percentage_complete" value="42"';
    var percentage = data.match(/id="percentage_complete" value="(\d+)"/)[1];
    alert(percentage);
    

    If you have created the string by using innerHTML, it will differ somehwat depending on the browser. You won’t get the original HTML code that the elements were created from, instead the browser recreates HTML code from the DOM elements, and each browser have different ways of formatting the HTML code.

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

Sidebar

Related Questions

The C# 4.0 compiler does not complain about this (not even a warning): if(10.0
First query This query works fine and the engine does not complain about it
Why does the C# compiler not even complain with a warning on this code?
Why does Python complain about chrome being referenced before assignment? It does not complain
Possible Duplicate: Why does Eclipse complain about @Override on interface methods? I have some
Does anyone know how to get IntelliSense to work reliably when working in C/C++
I have posted this yesterday, I didn't get the the answers that could solve
How is it possible that this function below inserts two rows in my database?
jComboBox.removeAllItems does not complain until after items are added (it gets called once before
I installed XAMPP 1.7.4 (with PHP 5.3.5), the problem is PHP does not display

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.