Created by: Molkobain
Modal : Pass remote response data to 'loaded' event …
Pass response data from remote loading to the 'loaded' event so we can handle them.
- data : data from the response
- textStatus : Status of the response (cf. JQuery documentation : "success", "notmodified", "nocontent", "error", "timeout", "abort", or "parsererror")
- response : The whole response object
This would be very useful for many of us who load content throught the data-api and would like to handle stuff from time to time.