jQuery Plug-insjQuery Plug-ins

Posted December 8th, 2009 in Javascript (Updated May 14th, 2010)

I use a number of jQuery plug-ins and have been posting about how to use some of them recently, and these posts have proved to be quite popular. This post is a summary of my jQuery plugin posts and I'll keep it updated as I add additional articles and howtos for them.

jQuery Cookie

jQuery Cookie makes it really easy to set and read cookies. It can be downloaded here from the jQuery plugins website.

My posts about jQuery Cookie:

  • Setting cookies with jQuery - how to set them, read them and delete them. Also shows how to set the number of days before they expire and the path.

Ellipsis

The text-overflow CSS property can be used to have ellipsis (...) when text overflows a container but this is not supported in any current version of Firefox (as at December 12th 2009). The jQuery Ellipsis plug-in provides a jQuery workaround for Firefox. The clever thing about this workaround is it will not apply the fix again if the browser already supports the text-overflow or -o-text-overflow properties.

Facebox

Facebox is a Facebook style modal dialog window. The official website is here.

My posts about Facebox:

Superfish

Superfish creates Suckerfish style flyout menus from HTML unordered lists. You can download it here from the jQuery plug-ins website and read the documentation etc here on the Superfish website.

My posts about Superfish:

Other Plug Ins

I'll update this page as I add additional posts about these and other jQuery plug-ins.

Comments

blog comments powered by Disqus