code_junkie

Possible to make IE7 reload the DOM Trying to update RSS href url in link tags

Nov 14th, 2011
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. $('#rssfeed').remove();
  2. $('head').append('<link id="rssfeed" rel="alternate" type="application/rss+xml" href="http://path.com/feed"/>');
  3.  
  4. $('head:eq(0)').append('<link id="rssfeed" rel="alternate" type="application/rss+xml" href="http://path.com/feed" title="Path (RSS)">');
Add Comment
Please, Sign In to add comment