[jQuery] [PATCH] jQuery 1.1 star rating fix

[jQuery] [PATCH] jQuery 1.1 star rating fix

I ran into some problems with the star rating plugin for jQuery 1.1. The
issue is that (at least in Firefox) links with "#foo" get expanded to
include the current page URL. The plugin assumes the href attribute is
a simple "#5", so the rating isn't extracted correctly. I patched it to
split on #, and it works for me.
I couldn't find the email address for the original author, so I've
attached my patch.