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

The Archive Base Latest Questions

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

I have a script that works great in FF and Safari, but does not

  • 0

I have a script that works great in FF and Safari, but does not display properly in IE. There’s gotta be some sort of error somewhere but I can’t seem to be able to find it…

Here’s the URL: http://www.k8r.me/AYXybP

Try dragging boxes from the left pane into the right area in FF or Safari. Compare with IE…

Is there a good tool to help me debug these sort of issues? Did I miss something?

I’d really appreciate another set of eyes taking a look at the source.

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

    Internet Explorer’s Developer Tools (press F12) are a decent debugging tool for these issues. IE9 debugger shows two errors:

    Line: 89 Character: 3 Code: 0 Error Message: Expected identifier,
    string or number URL: http://www.c8r.us/jq/dragdrop-client.js

    Line: 314 Character: 3 Code: 0 Error Message: Expected identifier,
    string or number URL: http://www.c8r.us/ux4RJSC

    One error is here:

    function stackClose(stackId)
    {
        var s = $("#" + stackId);
    
        if( s.hasClass("empty") )
            deleteEmptyStack(s);
        else {
            $("#cantDelStack").dialog({
                modal:      true,
                draggable:  false,
                resizable:  false,
                width:      300,
                buttons: {
                    "OK":   function() {
                            $(this).dialog("close");
                        }
                },
            });
        }
    }
    

    fix:

    function stackClose(stackId)
    {
        var s = $("#" + stackId);
    
        if( s.hasClass("empty") ){
            deleteEmptyStack(s);
        } else {
            $("#cantDelStack").dialog({
                modal:      true,
                draggable:  false,
                resizable:  false,
                width:      300,
                buttons: {
                    "OK":   function() {
                            $(this).dialog("close");
                        }
                }
            });
        }
    }
    

    I think the issue may have been the comma after the buttons object. IE is finicky like that.

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

Sidebar

Related Questions

I have a simple images resizing script that works great for JPEGs, but not
I have a script that works great. It is quite complex and does numerous
I have a script that works great, but I need the background color to
I have a script that works great, but I have one small problem. I
I have a toggle script that works great, but I'm trying to add a
I have this script that works, but I need to change the format of
I have the following script that works well in Firefox and Chrome (not sure
I have this script that I am currently running that works great for all
i have a TinyMCE implementation on my website that works great. But if the
I have a python script that works great when run by itself. Based on

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.