Simple hover zoom thumbnail with jQuery [closed]
Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this questionI'm listing a bunch of items, each with a small thumb and some description alongside.
On mouseover of the thumb, I'd like a slightly larger one to display in front, close on mouseoff. The difference in size won't be m开发者_开发问答uch so it will probably just be the same file (thumb will be scaled down)
IS there any simple jquery plugin out there for this?
Yes. there is.
Mike Alsup has written a wonderful plugin called hoverpulse for this exact requirement.
Demo here: http://www.malsup.com/jquery/hoverpulse/
精彩评论