$(function() { $.get('/jobs/index_grid', function(data) { $("#jobsIndex").html(data); }); });