Click here to Skip to main content
16,013,918 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want the foldLeft and grayscale effect on mouseover to an image ,i find the code

<script src="Adipoli-master/jquery.adipoli.js"></script>
http://cube3x.com/adipoli-jquery-image-hover-plugin/


$('#image1').adipoli({
                  'startEffect': 'grayscale',
                  'hoverEffect': 'fold'
              });

the code above is working but i want reserve the hover effect when mouse leave the image.
http://codecanyon.net/item/picanim-jquery-image-hover-effect-pulgin/full_screen_preview/2835834
this link has that effect but its not working in IE
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900