-
-
Save RobertFischer/beb5b0109a38844958de to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var handle = null; | |
handle = $.PeriodicalUpdater('/notifications', { | |
method: 'GET', | |
data: id: $field_id, | |
cookie: false, | |
maxTimeout: 5000, | |
error: function (xhr,status,message) { | |
// Do stuff | |
handle.stop(); | |
} | |
}, function (remoteData, success, xhr, handle){ | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment