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

im developing a simple Mxml application using flex 3. I have used simple text
How can I start developing simple iOS tweaks for Cydia? What's the difference in
I'm developing a simple Blogging/Bookmarking platform and I'm trying to add a tags-explorer/drill-down feature
I am developing a simple dropdown menu with jQuery . When a user press
I'm developing a simple webapp based on Spring framework. I have these two files
I am co-developing a simple web app in Rails 3.0.9 and I have realized
I am developing a simple 2d game. But im stuck at this point where
I am developing a simple SMS Application in android,i am able to send and
I am developing a simple mp3 player for playing bulk number of audio files
I need to display a push notification on new updates in the xml feed.

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.