Skip to content

Instantly share code, notes, and snippets.

@sdepold
Created November 3, 2011 15:15
Show Gist options
  • Save sdepold/1336742 to your computer and use it in GitHub Desktop.
Save sdepold/1336742 to your computer and use it in GitHub Desktop.
jquery-rss example
<html>
<head>
<title></title>
<script src="jquery-rss/lib/jquery-1.6.4.min.js"></script>
<script src="jquery-rss/src/jquery.rss.js"></script>
<script>
$(function() {
$('#rss').rss('http://www.formula1.com/rss/news/latest.rss')
})
</script>
</head>
<body>
<div id="rss"></div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment