Skip to content

Instantly share code, notes, and snippets.

@grantmd
Created January 18, 2013 22:29
Show Gist options
  • Save grantmd/4569227 to your computer and use it in GitHub Desktop.
Save grantmd/4569227 to your computer and use it in GitHub Desktop.
<div id="aj">
<a href="http://authenticjobs.com/" style="border-bottom: 0;"><img src="http://cameronmoll.com/img/hiring-sign.png" alt="Come In, We're Hiring (Authentic Jobs)" width="106" height="80" /></a>
<script type="text/javascript">
$(function() {
$.get("http://www.authenticjobs.com/js/jobs_r_single_v2.js", function(data) {
var listing = "<p><strong>" + data.company + "</strong> needs a <a href='" + data.url + "'>" + data.title + "</a>";
if (data.location != "") {
listing += " in " + data.location;
}
listing += "</p>";
$("#aj > a").eq(0).after(listing);
}, "jsonp");
});
</script>
<p>Find a job or post one at <a href="http://authenticjobs.com/">Authentic Jobs</a></p>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment