I\'m trying to understand how to use the jQuery address plugin for handling deep linking with ajax.
But the documentation is very poor and I cant find any good tutorials
The plugin seems to have moderate documentation, but if you're looking for something a little more in depth that does the same sort of thing, I would check out jQuery BBQ: http://benalman.com/projects/jquery-bbq-plugin/
It's $.param implementation is being put into jQuery 1.4 and its deparam implementation is currently the only thing that reads that new format. Also, the documentation is great.