Stack Overflow #2344804 - jQuery UI dequeue

by HoffZ

HTML

<label id="lbl">Bounce, baby</label>

JavaScript

$(function() {
    var opt = {
        duration: 7000
    };
    
    $('#lbl').effect('highlight', opt).dequeue().effect('bounce', opt);   
});