Opened 13 years ago
Closed 13 years ago
#5795 closed bug (invalid)
bug in 1.4rc1
Reported by: | deckberg | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.4 |
Component: | unfiled | Version: | 1.4a2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
looks like a problem with the jQuery Star Rating Plugin. http://www.fyneworks.com/jquery/star-rating/
After logging in, if you have saved a listing you can put a 5 star rating on the listing. Looks like the plugin doesn't work with 1.4rc1. I'm trying to contact the plugin author as well. Just thought you may want to look into it in case it might also break a bunch of other plugins.
version 1.3.2 http://www.realestatehomepages.com/livedevpropertysearch/index.asp?p=105658&i=10805
version 1.4rc1 http://www.realestatehomepages.com/livedevpropertysearch/index.asp?p=105658&i=10805&jver=1.4rc1
Change History (3)
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
I found the bug. I changed: $('input[type=radio]','#StarRatingForm_' + LN).rating({
to: $("input:radio", document.forms+ LN?).rating({
am I not able to select the form by id anymore?
comment:3 Changed 13 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
For some reason I'm getting a 403 Forbidden error when trying to access those pages (a couple other people have been able to access them, though, so could be something weird on my end). Anyway, I put the plugin, along with its test page, on my server, and it seems to work fine with jQuery 1.4. Are you doing something else with the plugin that I can try to replicate here?
http://test.learningjquery.com/star-rating/test/