Response title
This is preview!
How do I combine rssfeed and touchGallery jquery functions so that the gallery recognizes the rss parsed content? The rss parsing fuction writes a .rssBody within #test.
$(document).ready(function () {
$('#test').rssfeed('http://foo.com/foo-rss', {
limit: 5
});
$('.rssBody a').touchGallery();
});
<div id="test"></div>
© 2013 jQuery Foundation
Sponsored by and others.