Response title
This is preview!
<script type="text/javascript">
$(document).ready(function(){
$(".thumbs img").hover(function(){
$(this).fadeTo("fast", 1.0);
},function(){
$(this).fadeTo("fast", 0.3);
});
});
</script>
<style type="text/css">
.thumbs img { opacity:0.3; }
</style>
© 2013 jQuery Foundation
Sponsored by and others.