Skip to content

zarpio/jquery-zdelete

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

[jQuery data hide with effects Plugin] - Content effects made easy

The jQuery zdelete Plugin provides fade-in and slide effects for your existing data, while making all kinds of customizations to fit your application really easy.

Getting Started

Include jQuery at the top and then zdelete plugin.

<script src="jquery.js"></script>
<script src="zdelete.jquery.js"></script>
<script>
$(function(){
		$("ul").zdelete();
	});
</script>

License

Copyright (c) 2012 Muhammad Khalil Licensed under * http://www.opensource.org/licenses/mit-license.php

About

A jQuery plugin for hiding data with multiple effects.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published