akemrir / jquery-stuff

A collection of small jQuery trinkets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jQuery stuff

A grabbag of plugins I’ve written over the years

This is a humble repository of jQuery plugins that I’ve written for our projects. These are usually small plugins (<75 sloc).

If you’re to use any of these, I encourage you to just drop it into your project and maintain it yourself—I can’t claim maintain these in a backward-compatible manner.

These plugins make great ‘starting points’ for whatever you’ll need. Take them and modify them (or not) as you see fit.

Autogrow Automatically makes text fields vertically grow in size
Ellipsify Truncates text with ellipses
Ensurevisible Scrolls a pane to reveal a given item.
Growl Lightweight notification library
Instance Lightweight views
Placeholder Input text placeholders, fork of Vadim Sitel’s work
Scrope SCROll Parallax Effect thing
UIScreen Blacks out things
Unorphan Prevents text orphans
Livenavigate In-page navigation that doesn’t break the back button and actually changes the URL
Prevent Overscroll Stop pages from scrolling.
SerializeHash Returns a form’s values as a dictionary object.
Sort Sorts DOM elements.
Toggleable Simple toggle menu helper.
Timer * General-purpose wrapper for setTimeout.

* = no dependency on jQuery

About

A collection of small jQuery trinkets


Languages

Language:JavaScript 85.7%Language:CoffeeScript 14.3%