[jQuery] Re: [PATCH] jQuery 1.1 star rating fix

2007-04-18 Thread Klaus Hartl
Jörn Zaefferer schrieb: Ian Eure schrieb: 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 ex

[jQuery] Re: [PATCH] jQuery 1.1 star rating fix

2007-04-17 Thread Jörn Zaefferer
Ian Eure schrieb: 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 patch