The following options are also available both as function parameters or data attributes:
container (new in v1.3.3) default is null (body). You can specify the container.
For example if you want to put it inside a modal box, you can set it to #myModal > .modal-dialog
placement
backdrop if "false" there will be no backdrop,
if "invisible" backdrop will become invisible, otherwise visible
fixed whether slider should be fixed or not
background whether background should be dark or white
offset whether slider should be below navbar or cover it
body_scroll determines if body scroll is allowed when slider is visible
transition disables or enables CSS3 transition of sliders
scroll_style specifies scrollbar style if it's expected
...
or
$('.aside').ace_aside({
placement: 'top',
offset: true,
background: true,
body_scroll: false
});