sidr icon indicating copy to clipboard operation
sidr copied to clipboard

Added possibility to let others sidr opened when opening a new one

Open wtfred opened this issue 11 years ago • 1 comments

Add "closeOthers" property to choose if others menu should be closed on one sidr opening

wtfred avatar Jun 24 '14 14:06 wtfred

property "closeOthers", default "true" to keep the actual behaviour. Setting it to "false" will make the others sidr panel to stay open when opening one

(sorry for my bad english...)

example:

$('#update-menu-trigger').sidr({
    side: 'right',
    displace: false,
    closeOthers: false
});

wtfred avatar Jun 24 '14 14:06 wtfred