New Post has been published on Html Use
New Post has been published on http://www.htmluse.com/jquery-hovercap/
jQuery Hovercap
Download Demo
jQuery Hovercap is the jQuery plugin that display caption overlays over images
1. INCLUDE JS FILES
<script src="js/jquery.js"></script> <script src="jquery.hovercap.js"></script>
2. HTML
<div class="target"> <div class="target__image"><img src="..." alt=""></div> <div class="target__caption">Content...</div> </div>
3. JAVASCRIPT
$(function() $('.target').hovercap( toggleElement: '.target__caption' ); );












