Home | History | Annotate | Download | only in parse-only

Lines Matching refs:queue

1339 	queue: function( elem, type, data ) {

1342 type = (type || "fx") + "queue";
1356 var queue = jQuery.queue( elem, type ),
1357 fn = queue.shift();
1360 fn = queue[0];
1392 queue: function(type, data){
1399 return jQuery.queue( this[0], type );
1402 var queue = jQuery.queue( this, type, data );
1404 if( type == "fx" && queue.length == 1 )
1405 queue[0].call(this);
2490 // Init the event handler queue
3868 return this[ optall.queue === false ? "each" : "queue" ](function(){
3931 this.queue([]);
3934 // go in reverse order so anything added to the queue during the loop is ignored
3944 // start the next in the queue if the last step wasn't forced
3982 if ( opt.queue !== false )