Html Window

Set the position property of the jqxWindow. Author: http://jqwidgets.com

by mark edwards

HTML

<link rel="stylesheet" href="http://jqwidgets.com/public/jqwidgets/styles/jqx.base.css">
<link rel="stylesheet" href="http://jqwidgets.com/public/jqwidgets/styles/jqx.energyblue.css">
<script src="http://jqwidgets.com/public/jqwidgets/jqx-all.js"></script>
<div id='jqxwindow'>
    <div>Header</div>
    <div>Content</div>
</div>

JavaScript

$("#jqxwindow").jqxWindow({
    height: 100,
    width: 300,
    theme: 'energyblue',
    position: 'bottom, right',
    closeButtonSize: 20
});