LambdaCode / AJAX-ECMA6-Modules-Files

AJAX + ECMA6 + Modules + File Handling + Event Handling
0 stars 0 forks source link

Assignment: Comma separated values (CSV) using AJAX

AJAX Image
Build Status

INFO:

jQuery.get( url [, data ] [, success ] [, dataType ] )

jQuery.get( [settings ] )

This is a shorthand Ajax function, which is equivalent to:

$.ajax({
  url: url,
  data: data,
  success: success,
  dataType: dataType
});

The success callback function is passed the returned data, which will be an XML root element, text string, JavaScript file, or JSON object, depending on the MIME type of the response. It is also passed the text status of the response.

PREVIEW

Preview

HEROKU DEPLOYMENT

Application: https://csvajaxrateam.herokuapp.com/
Testing: https://csvajaxrateam.herokuapp.com/tests

USED TECHNOLOGIES

DEVELOPERS

Adrián Rodríguez Bazaga

Rudolf Cicko

Link to the subject "Procesadores de Lenguajes" (Language Processors):

Link to the assignment description:

Validated by www.W3.org (validator.w3.org)

Result: 0 errors and 0 warnings. W3 Validation

JSHint Metrics (http://jshint.com/)

Result: 0 errors and 0 warnings. JSHint Metrics