I wrote a couple of quick jQuery plugins over the last few days.

First is jqFrag, an implementation of the fragment uri scheme that allows jumping to a specific instance of word in a document, by using uri://site/page?query#@ syntax. Example and code:
http://projects.lokkju.com/jquery/jqfrag/index.html#@rutrum

Second is jqProps, a var_dump/Dumper implemtation for javascript – essentially, it will let you see all the properties (fields, methods, etc) of anything you pass it. Code at:
http://projects.lokkju.com/jquery/jqdumper/jquery.dumper.js

Comments welcome

profile