Skip to content

Instantly share code, notes, and snippets.

View msjohncox's full-sized avatar

Marty Johncox msjohncox

View GitHub Profile
@msjohncox
msjohncox / getLastRSSFeed.html
Created April 24, 2018 20:19 — forked from juanbrujo/getLastRSSFeed.html
Get and display last feed from RSS using JavaScript (jQuery)
<html>
<head></head>
<body>
<div class="noticia">CARGANDO</div>
<script src="https://code.jquery.com/jquery-3.1.0.js"></script>
<script>
$(function(){
var url = 'https://noticias.cumplo.cl/index.xml';
var news = $('.noticia');