jQuery.RateIt
1.0.7
See the version list below for details.
dotnet add package jQuery.RateIt --version 1.0.7
NuGet\Install-Package jQuery.RateIt -Version 1.0.7
<PackageReference Include="jQuery.RateIt" Version="1.0.7" />
paket add jQuery.RateIt --version 1.0.7
#r "nuget: jQuery.RateIt, 1.0.7"
// Install jQuery.RateIt as a Cake Addin #addin nuget:?package=jQuery.RateIt&version=1.0.7 // Install jQuery.RateIt as a Cake Tool #tool nuget:?package=jQuery.RateIt&version=1.0.7
A rating plugin for jQuery.
Features: fast, progressive enhancement, touch support (*new), customizable (just swap out the images, or change some CSS), unobtrusive javaScript (using HTML5 data-* attributes), RTL support, supports as many stars as you'd like, and also any step size.
Check out the examples link on the project page for implementation and examples.
Learn more about Target Frameworks and .NET Standard.
-
- jQuery (>= 1.6.2)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.1.2 | 24,110 | 3/28/2019 |
1.1.1 | 35,767 | 10/20/2016 |
1.1.0 | 1,267 | 10/20/2016 |
1.0.25 | 1,261 | 10/20/2016 |
1.0.23 | 11,153 | 4/5/2016 |
1.0.22 | 99,232 | 5/27/2014 |
1.0.21 | 5,956 | 3/16/2014 |
1.0.20 | 2,850 | 2/16/2014 |
1.0.19 | 1,952 | 1/26/2014 |
1.0.18 | 1,647 | 12/22/2013 |
1.0.17 | 1,692 | 12/15/2013 |
1.0.16 | 1,924 | 11/24/2013 |
1.0.15 | 1,670 | 11/13/2013 |
1.0.13 | 12,560 | 8/17/2013 |
1.0.12 | 1,551 | 8/3/2013 |
1.0.9 | 36,453 | 10/31/2012 |
1.0.8 | 1,705 | 10/20/2012 |
1.0.7 | 2,548 | 7/28/2012 |
1.0.6 | 1,589 | 7/6/2012 |
1.0.5 | 1,736 | 6/8/2012 |
1.0.4.1 | 2,183 | 3/31/2012 |
1.0.4 | 1,516 | 3/31/2012 |
1.0.3 | 1,726 | 2/27/2012 |
1.0.2.11 | 2,406 | 11/11/2011 |
1.0.2.1 | 1,776 | 9/29/2011 |
1.0.2 | 1,900 | 7/13/2011 |
1.0.1 | 1,759 | 7/2/2011 |
1.0.0 | 1,827 | 6/11/2011 |
0.99.2 | 2,306 | 3/17/2011 |
0.99.1 | 1,970 | 3/7/2011 |
0.99.0 | 2,108 | 2/27/2011 |
0.98.0 | 2,114 | 2/16/2011 |
0.97.1 | 2,281 | 1/24/2011 |
0.97.0 | 2,378 | 1/23/2011 |
==== CHANGE LOG ====
1.0.7
Bug fix: #729 Setting initial value issue, thanks to fctown
1.0.6
Feature: if a backing field is disabled at instantiation, start RateIt as readonly, thanks to dgon!
1.0.5
Bug fix: #634 Setting value to 0 doesn't work
Feature: now you can reset the rating by $(SELECTOR).rateit('value', null) , thanks to jeffgman!
1.0.4
Two bug fixes:
1) #523 RateIt doesn't work in jQuery 1.7.2
2) #417 Bug for hover event with jQuery 1.7 -> The 'hover' event got an extra name: 'over' . Because the bug leading to this is not fixed yet in jQuery.
1.0.3
Minor change. Call to register all elements with .rateit class occurs now only on document.ready
1.0.2.11
Corresponds with RateIt version 1.0.2.1
Fixed CSS bug, when container is in text-align: right mode. (thanks to DefconDotNet)
1.0.2.1 - NuGet Only
Corresponds with version 1.0.2. Fixed a bug in the nuget package, in which the files where not packed.
1.0.2
Compatible with jQuery 1.6.2 . Had to drop compatibility with anything older than 1.6.0
1.0.1
Updated CSS file, to include better support for IE6 & 7 and FF 2
1.0
Added ispreset property