Is this jQuery?
If you hover the images, an orange magnifier pops up.
http://disqus.com/features/
Clicking on the images opens a pop up.
Is that a jQuery plugin that does this and the orange magnifier on hove开发者_StackOverflow社区r?
No. it's just CSS's property (pseudo-class) :hover
The magnifier is plain css :hover, while the popup is done using Facebox, which is a jQuery plugin.
You can see the css for that effect here: http://mediacdn.disqus.com/1308880185/css/marketing.css
Search for #feature-explorer ul li:hover .frame span
精彩评论