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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T16:26:57+00:00 2026-05-11T16:26:57+00:00

I can use this jQuery code to dynamically change the RSS link in the

  • 0

I can use this jQuery code to dynamically change the RSS link in the DOM in Firefox & Chrome. http://path.com/feed is normally replaced by a variable, but not for this example.

$('#rssfeed').remove();
$('head').append('<link id="rssfeed" rel="alternate" type="application/rss+xml" href="http://path.com/feed"/>');

The live bookmark feature immediately updates. However, this doesn’t work in IE7.
In IE7 I have tried this method, also created an in the html and tried updating with .setAttribute(href,’path.com/feed’), and tried creating a new DOM element and attaching it to “<_head>” (no _ in the actual code, of course).

The only “success” I have had was doing a document.write. The big problem with this is that I can’t change it after the page has loaded.

Can anyone recommend an alternate way to change the link element href and have it dynamically reloaded by IE7? Alternatively, is there a way to force the browser to re-interpret or reload the DOM without doing a full page refresh?

  • 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-11T16:26:57+00:00Added an answer on May 11, 2026 at 4:26 pm

    Unfortunately, the short answers to your questions are “No” and “Sort of” because of a lack of browser support for udpating the list of feeds that are modified/added/removed in IE and Firefox.

    First, in order to add elements to the document HEAD in IE (remember this applies to CSS as well), you must be sure to specify the first item in the array that is returned by jQuery’s element selector (note the use of the eq(index) selector):

    $('head:eq(0)').append('<link id="rssfeed" rel="alternate" type="application/rss+xml" href="http://path.com/feed" title="Path (RSS)">');
    

    Note: I found including the TITLE attribute made it easier to see the changes.

    While you can change the HREF attribute of the LINK in both IE and Firefox (through the DOM), neither will update the RSS icon menu. However, you can add LINK elements and they will be recognized by the RSS icon menu but the old entries will remain because Firefox only builds that menu when LINKs are added.

    See the following links for more information:

    • Ask MetaFilter – Firefox and Javascript issue
    • Firefox Bug 380639: dynamic removal of feeds/ elements (DOMLinkRemoved) don’t cause updates to the feed discovery menu
    • Firefox Bug 396056: DOM changes to existing elements don’t trigger RSS autodiscovery menu updates
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 149k
  • Answers 149k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer What you need is NSPropertyListSerialization: NSDictionary *myDict = [NSPropertyListSerialization propertyListFromData:myData… May 12, 2026 at 9:29 am
  • Editorial Team
    Editorial Team added an answer Use conditinal compilation and a macro: #ifdef _DEBUG #define LOG(… May 12, 2026 at 9:29 am
  • Editorial Team
    Editorial Team added an answer Depending on how many files you have or how often… May 12, 2026 at 9:29 am

Related Questions

I use this jQuery code to slide up a div over its wraper div
When coding new javascript heavy websites, which order or web browser do you code
Using jQuery , how can I dynamically set the size attribute of a select
I am creating a tool that will check dynamically generated XHTML and validate it

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.