Searched defs:execute (Results 1 - 1 of 1) sorted by relevance

/yui3/src/get/js/
H A Dget.js101 @property {Function} [options.onEnd] Callback to execute after a transaction
104 @property {Function} [options.onFailure] Callback to execute after a
107 @property {Function} [options.onProgress] Callback to execute after each
110 @property {Function} [options.onSuccess] Callback to execute after a
117 @property {Function} [options.onTimeout] Callback to execute after a
392 // Load multiple JS files, execute them in order, and log a message when
668 item.transaction.execute(function () {
848 want to execute your transaction before Get does, you can, but be aware that
857 @method execute
858 @param {Function} callback Callback function to execute afte
[all...]

Completed in 134 milliseconds