- url
- Type: String
- A string containing the URL to which the request is sent.
- data
- Type: PlainObject or String
- A plain object or string that is sent to the server with the request.
- success
- Type: Function( PlainObject data, String textStatus, jqXHR jqXHR )
- A callback function that is executed if the request succeeds.
Required if
dataTypeis provided, but you can usenullorjQuery.noopas a placeholder.
- dataType
- Type: String
- The type of data expected from the server. Default: Intelligent Guess (xml, json, script, text, html).
- settings
- Type: PlainObject
- A set of key/value pairs that configure the Ajax request.
- All properties except for
urlare optional. - A default can be set for any option with
$.ajaxSetup().
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.
Application: https://csvajaxrateam.herokuapp.com/
Testing: https://csvajaxrateam.herokuapp.com/tests
- jQuery
- AJAX
- SASS
- Underscore
- Karma + Mocha + Chai + Sinon
- File Handling
- RegExp
- Views (ExpressJS)
- ECMA 6
- Event Handling
- PAAS Deployment (Heroku)
- Version control + Collaboration (Git)
- Email: arodriba@ull.edu.es
- Personal page
** 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.



