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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T06:00:32+00:00 2026-06-11T06:00:32+00:00

I have some <a> tags on my page with the myLink class. When, the

  • 0

I have some <a> tags on my page with the myLink class. When, the DOM is loaded, I want to hide and use fadeIn effect. But, using the code below I don’t see any animation, what’s wrong ?

$(document).ready(function() {

    $('a.myLink').css('display','block')
                 .html('&nbsp;')
                 .hide()
                 .fadeIn('slow',function() { $(this).html('lorem'); });

});
  • 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-06-11T06:00:33+00:00Added an answer on June 11, 2026 at 6:00 am

    Like this: Demo http://jsfiddle.net/E9uht/1/ or http://jsfiddle.net/E9uht/

    Hope it fits the cause :) Please lemme know if I missed anything!

    code

    $(document).ready(function() {
    
        $('a.myLink').css('display', 'block')
                     .html('&nbsp;') //<=if you comment me then I will show full link.:)
                     .hide('slow',function() {
                        $(this).fadeIn('slow', function() {
                            $(this).html('lorem');
                        });
        })
    
    
    });​
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have logo in H1 tags on my master page. Now I have some
I have some data enclosed in HTML tags. I want to insert this data
I have one web page where i need to hide some images , some
I have some tabs on a page and I want to let a user
I have some text which I display in the web page using GWT HTML
I have an asp.net page where the codebehind will generate some anchor tags on
I have some label tags on my page, some of them has the myAttr
Ok. I know this is very basic. I want to have some basic tags
I want have some bulletin characters in my HTML page. I do not want
I'm using simple_html_dom in PHP to get all A-tags inside a html page. But

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.