mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-12 12:10:44 +08:00
jQuery: now with valid ajaxComplete test
Also with corrected jquerymobile attr test
This commit is contained in:
@@ -161,7 +161,7 @@ function test_ajaxComplete() {
|
||||
});
|
||||
$('.log').ajaxComplete(function (e, xhr, settings) {
|
||||
if (settings.url == 'ajax/test.html') {
|
||||
$(this).text('Triggered ajaxComplete handler. The result is ' + xhr.responseHTML);
|
||||
$(this).text('Triggered ajaxComplete handler. The result is ' + xhr.responseText);
|
||||
}
|
||||
});
|
||||
$("#msg").ajaxComplete(function (event, request, settings) {
|
||||
|
||||
Reference in New Issue
Block a user