$.ajax({ url: '/cities/from_region', type: 'POST', acync: true, data: { parent_id: 1 }, success: function() { alert('success'); } }); alert('1');