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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T13:40:56+00:00 2026-05-19T13:40:56+00:00

I am developing a simple RSS aggregator site that basically parses a bunch of

  • 0

I am developing a simple RSS aggregator site that basically parses a bunch of RSS feeds and displays them in a series of boxes. I am using the RSS plugin, ZRSSFEED.

You can see a live version of the site here: http://vitaminjdesign.com/adrian

The problem I am having is using jquery to select the DOM objects generated by the plugin. TO be more specific, I am trying to display social icons next to the anchor link when you hover over any link on the page using the following jquery:

$(document).ready(function(){

        $('a').hover(function(){
            $('<a href="#"><img src="images/facebook.gif" class="facebook" alt="facebook"></a>').appendTo(this).fadeIn(500);
            $('<a href="#"><img src="images/twitter.gif" class="twitter" alt="twitter"></a>').appendTo(this).fadeIn(500);

        }, function(){
            $('a').find('.facebook,.twitter').stop().fadeOut(500);
        });
    });

For some reason, this jquery will not work with the anchors on the page. The plugin generates the a tags using a jquery script that is placed above this script in my HTML document. I cant seem to figure out why this isnt working!!! I have tried various jquery snippets that work on other elements of the page, but the plugin generated content doesn’t seem to be affected by any jquery. HELP!

  • 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-19T13:40:56+00:00Added an answer on May 19, 2026 at 1:40 pm

    This doesn’t work because the DOM has changed since the page was first rendered, so you’ll need to use the live() method. It allows for generated elements to still be targeted by already-existing JQuery functions. http://api.jquery.com/live/

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

Sidebar

Related Questions

I'm developing simple C# application using Windows.Forms on .NET. I need some button that
I am developing a simple tool that will be used across a variety of
I'm developing a simple php mvc that'll do the bare minimum but work how
I'm developing a simple Android application that would have an action bar on the
I am developing a simple pyramid application where I am using JQuery to do
Im developing a simple console application using java. I want to display currently running
Im developing a simple console Application using java. The code is given below `
I´m developing a simple form that allows users to check availability in a hotel
im developing a simple access application that helps us to order the right products
Im developing a simple application that have a line like this: string[] values =

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.