Tag: jquery
Line Clampin’ | CSS-Tricks
You want X lines of text. Anything after that, gracefully cut off. That’s “line clamping” and it is a perfectly legit desire. When you can count on text being a certain number of lines, you can create stronger and more reliable grids from the elements that contain that text, as well as achieve some symmetric […]
GitHub – davatron5000/FitVids.js
Pretty cool, not something I personally would need often but still useful.
Encoded Records – Get your own #dickbar
So want to be labeled a dick like Twitter, go right ahead.
Alfa Jango Blog – The Difference Between jQuery’s .bind(), .live(), and .delegate()
I was pretty well versed in the differences between bind and live, but delegate I was mostly unfamiliar with, it sounds like a useful tool.
Neteye – Activity Indicator
New favorite jQuery plugin, looks pretty smooth in Firefox too.
Codrops – Hover Slide Effect with jQuery
Some really neat effects with jQuery to create a block of multiple sliding images.
CakeFest
CakeFest in September, heck yeah, I’ll be attending.
Now you see me… show/hide performance – Learning jQuery
Essentially the jQuery functions show and hide are the slowest and selective enable/disable of a stylesheet is the fastest possible method of hiding a DOM element.
HoverAttribute jQuery plugin – afEkenholm Web Design
Extremely useful and well-designed jQuery plugin to let you hover over an element and display any attribute.
jStorage
jStorage a simple wrapper for all the major JavaScript frameworks to deal with local storage.