Skip to content

dansterrett/jquery.slidingdrawer

 
 

Repository files navigation

jquery.slidingdrawer

Creates a sliding drawer that is fixed to the side of the window that can be pulled out over the page's content at any time.

Usage

Simply drop the CSS onto any page:

<link rel="stylesheet" type="text/css" href="jquery.slidingdrawer.css"/>

Then, include the JavaScript with jQuery:

<script type="text/javascript" src="jquery-1.7.1.min.js"></script>
<script type="text/javascript" src="jquery.slidingdrawer.js"></script>

See the included demo page for usage.

License

Copyright 2011 Entropi Software, LLC.

Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0

About

Creates a pull-out drawer UI element that is fixed on the side of the screen

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published