Git Product home page Git Product logo

jquery-windower.js's Introduction

jquery-windower.js

Easily create re-sizable, closeable, and moveable HTML elements using jQuery.

Usage

Step 1: include the script!

Step 2: Create an area where the window 'lives'

Define the area the windows live by adding the gui_container class to any html object.

Step 3: Add a window

Define a window element by adding the gui_window class to an html object

Step 4: Make it moveable

Create a handle for the window, by creating a child of the gui_window element and adding the gui_handle class.

Step 5: Make it re-sizable

Create a resizing handle by creating another child of the gui_window element and adding the gui_resize class

Step 6: Make it closeable

Create a close button by creating a child element of the gui_window element and adding the gui_closer class. Note: closing elements simply callls fadeOut() on the gui_window element. you can quickly re-show it again with jQuery

Notes

You can easily make windows have a minimum size by adding min-height: 400px; , min-width: 500px; to their css. Similiarly you can add max-height and min-height.

Change the order windows appear by changing their z-order. I didn't want to include it because it could potentially cause conflicts with other html elements. I'll leave that to the user to mess with.

jquery-windower.js's People

Watchers

James Cloos avatar Dalton Mills avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.