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've been developing a simple website using asp.net MVC and I'm starting to add
I am developing a simple platform game in Java using BlueJ. Over the next
I have a simple application using netbeans for developing and maven for building et
I have been developing simple web services and clients using JBoss but now I
Developing a simple game for the iPhone, what gives a better performance? Using a
Hi I'm developing a simple writing program using UITextView to study Cocoa programming. In
I am developing a simple game using Java swing. I want to know whether
I'm developing a simple game that relies heavily on MoviePlayer and supporting both 4.0
am using Os X 10.6.4 and X code Version 3.2.3 for developing some simple
I'm developing a simple Qt 4 app and making my own dialog. I subclassed

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.