Fixed toolbars

Home Search

Fixed toolbars

The fixedtoolbar plugin has the following custom events:

create triggered when a fixed toolbar is created

$( ".selector" ).fixedtoolbar({
   create: function(event, ui) { ... }
});