function loadJobs(type, index) { $(document).ready(function() { if(type == 'state' || type == 'city') { $.getJSON("http://www.worldcasinodirectory.com/jobsapi?type="+type+"&id="+index+"&callback=?", function(data){ content = ''; //content = content + ''; content = content + '
Company | Job description | Date posted | Location | ||||||
---|---|---|---|---|---|---|---|---|---|
'+job.company_name+' | '; content = content + ''+job.jobtype+' | '; content = content + ''+job.dateposted+' | '; content = content + ''+job.city_name+' | '; content = content + '||||||
No results |