How to create the effect like trulia when you hover on the avatar?
http://www.trulia.com/voices/Home_Buying/Why_are_there_only_homes_listed_under_quot_Recen-164127
How to create the effect like trulia when you hover on the avatar?
http://www.trulia.com/voices/Home_Buying/Why_are_there_only_homes_listed_under_quot_Recen-164127
This is the basic idea:
div
on mouseenter()
$.ajax
and append it to div
div
on mouseleave()
You may want to look into this list, it shows quite a few plugins that creates such tooltips:
http://www.webdesignbooth.com/15-jquery-plugins-to-create-an-user-friendly-tooltip/