This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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; |
NewerOlder