Skip to content

Instantly share code, notes, and snippets.

View retrofox's full-sized avatar
🦊
🪞

Damián Suárez retrofox

🦊
🪞
View GitHub Profile
script
| $(function () {
| $.jGFeed('https://www.jobscore.com/jobs/learnboost/atom',
| function(feeds){
| // Check for errors
| $('#jobs-rss').addClass('loaded');
| if(!feeds){
| // there was an error
| $('#jobs-rss').html('There was an error loading the jobs. Please <a href="https://www.jobscore.com/jobs/learnboost/">click here</a> to see our job listings.');
| return false;