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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T02:57:37+00:00 2026-05-27T02:57:37+00:00

I am trying to show the element using the blind animation: <div onclick=$(‘#animatable’).show(‘blind’, null,

  • 0

I am trying to show the element using the “blind” animation:

<div onclick="$('#animatable').show('blind', null, 1000);">Click me</div>
<div style="display: none;" id="animatable">Animated</div>

But it works only once. Element appears with the blind effect, and then it disappears completely, I do not see it even in Firebug DOM! Why doesn’t it stay visible?

Some other show() animations (“explode”), work fine, but also “slide” makes the element disappear.

UPDATE:

It works fine in jsFiddle, but does not work in Firefox.

I am using jQuery UI 1.8.16 full minified file and jQuery v1.7.
I guess, I’ll try a bare page from scratch, but still waiting for suggestions if someone has already experienced such a behavior and knows why this is happening.

  • 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-27T02:57:38+00:00Added an answer on May 27, 2026 at 2:57 am

    I just found the problem.

    One of the many Javascript plugins was using the code from
    http://www.bennadel.com/blog/1624-Ask-Ben-Overriding-Core-jQuery-Methods.htm

    var originalRemoveMethod = jQuery.fn.remove;
    
    // Define overriding method.
    jQuery.fn.remove = function(){
    // Log the fact that we are calling our override.
    console.log( "Override method" );
    
    // Execute the original method.
    originalRemoveMethod.apply( this, arguments );
    }
    

    The problem was that it does not return any value, and somehow this breaks jquery UI.
    I added

    return originalRemoveMethod.apply( this, arguments );
    

    and now it seems working fine. I just hope, this will not break something else…

    So the lesson for all: do not mess the remove() function.

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

Sidebar

Related Questions

I'm trying to create a standardized show/hide element system, like so: <div class=opener popup_1>Click
I am trying to show and hide an inline element (eg a span) using
so im trying to apply a basic on click show hide element but for
Trying to show/hide severals divs using jquery after each news on my page. <div
i was trying to print dynamic div html element using printElement() function but when
I am trying to set a flag to show or hide a page element,
I am trying to show the current date in my JSP page using JSTL.
we are trying to limit the length of an html element using the width
Hey everyone, I am trying to hide/show different html elements (div, etc...) based on
I am trying to show only elements that have the title attribute passed to

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.