jQuery extension: Autohash.
So, I was up for a few hours during the night and I decided to spend the time creating something my mind just couldn't leave alone.
A jQuery extension to deal with URL hashes, you know the things that are in URL's after sharp (#) marks? Yeah. I needed something to allow people to share the specific formdata. I _really_ couldn't find something that simple within a brief search, hence this little extension. Grab it from my gist below, use it as:
$(selector).autohash();
There's really no options, because none is needed, as the plugin really does only two things: it automatically loads the input/select boxes with the ID's specified in the hash with the values in hash. Possibly some additional features such as url encoding and ability to disable automatically checking the element... although that would kind of defeat the whole purpose of the extension.