Skip to content

hansjorg/jquery-customWindow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jQuery customWindow

Window plugin for jQuery. Can create multiple windows with support for close, maximize, minimize, restore, resize and drag. Easily customizable with an external CSS file and images.

Requires jQuery 1.3.2 or later.

Originally created by Domenico Gigante.

Usage example

<script type=”text/javascript”>
    $(function() {
        var win = $.customWindow({
            title: 'My first window',
            onopen: function (content, obj) {
                content.html(‘This is my first window’);
            }
        });
    });
</script>

License

Dual licensed under MIT and GPL licenses.

About

jQuery window plugin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published