Skip to content

mstellmacher/jquery-lwd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jquery-lwd

A lightweight desktop-engine for JQuery

Description

This lightweight jquery-ui-plugin provides basic desktop functionality.

Features

  • Windows
    • Resizable
    • Movable
    • Focus on active window
    • Minimizable
    • Maximizable
    • Titlebar-icons
  • Taskbar
    • Display buttons for open windows
    • Focus and restore windows on click

Install

Insert before </head>-Tag:

<link href="../lib/jquery-ui/jquery-ui.structure.min.css" rel="stylesheet" type="text/css" />
<link id="themecss" href="../src/jquery-lwd/themes/jquery-ui-mintchoc/jquery-ui.theme.css" rel="stylesheet" type="text/css" />
<link href="../src/jquery-lwd/jquery-lwd.structure.css" rel="stylesheet" type="text/css" />

<script type="text/javascript" src="../lib/jquery-ui/jquery.min.js"></script>
<script type="text/javascript" src="../lib/jquery-ui/jquery-ui.min.js"></script>
<script type="text/javascript" src="../src/jquery-lwd/jquery-lwd.js"></script>

Usage

Demos

About

A lightweight desktop-engine for jQuery

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published