Skip to content

donwalter/jquery-fading-slide-toggle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jQuery Fading Slide Toggle

jQuery Fading Slide Toggle - Can attach to an element and trigger a slideUp or slideDown, while fading in or out at the same time

Usage

Include the following files:

<script type="text/javascript" src="jquery-fadingslidetoggle.js"></script>

Then add this to initiate the fading slide toggle:

$(function(){
	$('#clickedEl').fadingSlideToggle('#toggleEl');
});

Demo

Can also be seen at http://jsfiddle.net/gh/gist/jquery/1.10.1/6769183/

License

Copyright (c) 2013 Don Walter. Licensed under the MIT license.

About

jQuery Fading Slide Toggle - Can attach to an element and trigger a slideUp or slideDown, while fading in or out at the same time

Resources

License

Stars

Watchers

Forks

Packages

No packages published