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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T23:59:28+00:00 2026-05-30T23:59:28+00:00

I have been using jQuery for a few years now and really have had

  • 0

I have been using jQuery for a few years now and really have had virtually no cross-browser issues until my latest project. I’m working on an Asp.NET site that uses quite a bit of jQuery throughout and I have run into the most perplexing problem. When using IE and only after a postback or when first going to the site (not when you just refresh the page) jQuery executes the .ready method correctly but then when any function bound to an event fires a few of the jQuery methods inside that function break. You can see this here. On all other browsers that I have tested the jQuery runs perfectly.

I just don’t know what else to try.

If you do go to the site the easiest way to see the error I am referring to is changing the location and then trying to change it again.

Thanks

<script type="text/javascript">

$(function () {

    $('#ctl00_uxLocationSelect_uxLocationButton').button({
        icons: { primary: 'ui-icon-flag', secondary: 'ui-icon-triangle-1-s' }
    }).unbind('click').unbind('hover').click(function () {
        var wrap = $(this).siblings('.locationDD-wrap').first();

        if (wrap.is(':visible')) { // IE breaks here
            wrap.slideUp(300, 'swing');
            $(this).removeClass('ui-state-active');
        }
        else {
            wrap.slideDown(500, 'swing');
            GetCities(wrap.find('.citySelect-wrap').first(), wrap.find('.loading').first());
            $(this).addClass('ui-state-active');
        }
    }).mouseout(function() {
        $(this).addClass('ui-state-hover'); // IE breaks here
    }).hover(function () {
        $(this).removeClass('ui-state-hover'); // IE breaks here
    });

    $('#ctl00_uxLocationSelect_uxStateSelect').selectmenu().change(function () {
        var loading = $(this).siblings('.loading').first();
        var cityWrap = $(this).siblings('.citySelect-wrap').first();
        GetCities(cityWrap, loading);
    });

    // Other functions omitted
});
</script>

This code is in the middle of the html but I have moved it around with no change. What is so strange is that the button(), click(), and other jQuery functions run normally…

EDIT: I just tried the site on my roommate’s machine and it seemed to work perfectly.. Could someone please try to go to http://www.thegameshuffle.com/ and change the location a few times and post what happens?

EDIT: I’m not using an update panel

  • 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-30T23:59:29+00:00Added an answer on May 30, 2026 at 11:59 pm

    It would seem that I have a faulty install of IE. After John Pick’s comment I attempted to re-install IE and see if that would resolve the problem. Unfortunately, I am still having issues on my own machine but since it works for ever other person I have had test then I’ll mark this as answered.

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

Sidebar

Related Questions

I have been using mootools for a year now. I need to use jquery
I have been using jQuery lately, but never used JSON with it. Now, I
I've been working on updating my page using javascript/jquery and have now run into
Ever since JQuery came along a few years ago I've been using it in
I have been using Jquery alot lately an was wondering if I should use
I'm working on a asp.net mvc2 app. I have been using jquery to do
I have been using (and loving ) the jQuery intellisense for Visual Studio 2008
I've been using jquery on and off for the last 6 months. I have
I've been using various javascript frameworks including mootools, jquery, prototype and scriptaculous and have
I have been using Castle MonoRail for the last two years, but in a

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.