$(document).ready(function(){
    $("#search-form").ajaxForm({ target: '#resource-list' });
});

