Fixed toolbars
The fixedtoolbar plugin has the following custom events:
create
triggered when a fixed toolbar is created-
$( ".selector" ).fixedtoolbar({ create: function(event, ui) { ... } });
The fixedtoolbar plugin has the following custom events:
create
triggered when a fixed toolbar is created
$( ".selector" ).fixedtoolbar({
create: function(event, ui) { ... }
});