Response title
This is preview!
tag, which it workd then, but now it doesnt
Here is my jquery :
<script type="text/javascript">
$(document).ready(function(){
$("span").hover(function(){
$("#stuff").animate({ height: 'hide', opacity: 'hide' }, 'slow');
},function(){
$("#stuff").animate({ height: 'show', opacity: 'show' }, 'slow');
});
})
</script>
<body>
<span id="stuff" style="display: block" border="1">
<img src="/image/excel.png">
</span>
<div id="stuff" style="display: block" border="1">
<img src="/image/excel.png" style="display: block">
</div>
</body>
Hope someone can shed some light on this continuing problem I keep
having
Thanks a lot
© 2013 jQuery Foundation
Sponsored by and others.