I am trying to replicate the following social bar that is off to the left:
(the bar floats to the left and never scrolls off screen)
However, When I downloaded the source to that web page I noticed he was using he was using Sizzle.js. Does anybody know of a way to achieve this using jquery. Preferably without using a jQuery plugin.
I realize I could just use a fixed bar off to the left with CSS however I kind of want the feeling of it grabbing on to the top when I scroll past it.