Quantcast
Channel: Get the URL of RSS Feed Enclosure Tag - Stack Overflow
Browsing latest articles
Browse All 3 View Live

Answer by bmonteq for Get the URL of RSS Feed Enclosure Tag

If your xml feed tag is of the type like this <link rel="enclosure" type="image/jpeg" length="2893" href="http://imgs.server.com/2010/06/imagethumb.jpg"/> then you should use the Selector lk var...

View Article



Answer by charlietfl for Get the URL of RSS Feed Enclosure Tag

REVISED Answer after xml was posted: url is an attribute of the enclosure tag Use: var url = $(item).find("enclosure").attr('url') Demo: http://jsfiddle.net/AV4ms/

View Article

Get the URL of RSS Feed Enclosure Tag

Developers! I'm having some trouble understanding the rss feed enclosure tag.. Here you got the relevant code: $(document).ready(function(){ $('#btnHentRss').click(function(){ fyllNyheter(); }); });...

View Article
Browsing latest articles
Browse All 3 View Live


Latest Images