jQuery(function () {
  $("#new_aws_account").ajaxForm({
    dataType: 'json',
    success: notify_client
  });
  
  $("#new_bucket").ajaxForm({
    dataType: 'json',
    success: notify_client
  });
});