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

  • Home
  • SEARCH
  • 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 994849
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T06:37:56+00:00 2026-05-16T06:37:56+00:00

IE6 and 7 return a js error expected identifier, string or number on this

  • 0

IE6 and 7 return a js error “expected identifier, string or number” on this :

function fadeopacity (){

  var opacity = $("#pics_list > li:first").css("opacity");

  $("#pics_list > li").hover( 

     function () {

          $(this).stop().animate({
        opacity: 1,
       }, 300, null)},
                             ->this is the line with an error? 
     function () {

      $(this).stop().animate({
       opacity: opacity,
      }, 200, null)}

  ) 
 }

which blocks all the page’s scripts,
this doesn’t happen in IE8, and of course in every other browser out there

  • 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-16T06:37:57+00:00Added an answer on May 16, 2026 at 6:37 am

    I believe you’re getting errors on these lines:

    opacity: 1,
    //and...
    opacity: opacity,
    

    Trailing commas tend to make IE angry 🙂

    When you put the first on a single line it gets more apparent, like this:

    .animate({ opacity: 1, }, 300, null)
    

    Just remove the trailing comma in each place and see if you get any complaints then.

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

Sidebar

Related Questions

I have the following code which works great:- $('.ajax a').click(function() { getpageajax(this.href); return false;
Must Support IE6 and must Validate vs XHTML Strict 1.0! This is tricky to
I need to detect IE7 (and IE6) using the user agent string: I have
I'm having some IE7 (and presumably IE6) issues with the script. <script type=text/javascript> $(document).ready(function(){
I have the following function (worked in IE6 but is broken in IE8) function
I am using the following JavaScript function within IE6: window.onbeforeunload = function() { if
This is my first question. I have a page for image upload on my
<script type=text/javascript> function showState(str){ if (str.length==0){ document.getElementById(txtHint).innerHTML=; return; } if (window.XMLHttpRequest){ // code for
When you click, Add to Bag on this page, it freezes IE6 every time.
Am having problems with the following code reporting an 'invalid argument' in IE6. function

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.