jQuery.RateIt 1.0.22

There is a newer version of this package available.
See the version list below for details.
dotnet add package jQuery.RateIt --version 1.0.22
NuGet\Install-Package jQuery.RateIt -Version 1.0.22
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="jQuery.RateIt" Version="1.0.22" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add jQuery.RateIt --version 1.0.22
#r "nuget: jQuery.RateIt, 1.0.22"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install jQuery.RateIt as a Cake Addin
#addin nuget:?package=jQuery.RateIt&version=1.0.22

// Install jQuery.RateIt as a Cake Tool
#tool nuget:?package=jQuery.RateIt&version=1.0.22

A rating plugin for jQuery.
   
Features: fast, progressive enhancement, touch support, customizable (just swap out the images, or change some CSS), unobtrusive javaScript (using HTML5 data-* attributes), RTL support, ARIA and Keyboard support  (*new). Use 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.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

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 19,297 3/28/2019
1.1.1 34,245 10/20/2016
1.1.0 1,221 10/20/2016
1.0.25 1,215 10/20/2016
1.0.23 10,472 4/5/2016
1.0.22 92,773 5/27/2014
1.0.21 5,103 3/16/2014
1.0.20 2,788 2/16/2014
1.0.19 1,897 1/26/2014
1.0.18 1,593 12/22/2013
1.0.17 1,640 12/15/2013
1.0.16 1,869 11/24/2013
1.0.15 1,623 11/13/2013
1.0.13 11,934 8/17/2013
1.0.12 1,500 8/3/2013
1.0.9 36,373 10/31/2012
1.0.8 1,660 10/20/2012
1.0.7 2,491 7/28/2012
1.0.6 1,536 7/6/2012
1.0.5 1,689 6/8/2012
1.0.4.1 2,132 3/31/2012
1.0.4 1,470 3/31/2012
1.0.3 1,678 2/27/2012
1.0.2.11 2,337 11/11/2011
1.0.2.1 1,728 9/29/2011
1.0.2 1,848 7/13/2011
1.0.1 1,707 7/2/2011
1.0.0 1,778 6/11/2011
0.99.2 2,174 3/17/2011
0.99.1 1,921 3/7/2011
0.99.0 2,056 2/27/2011
0.98.0 2,056 2/16/2011
0.97.1 2,218 1/24/2011
0.97.0 2,304 1/23/2011

==== CHANGE LOG ====
           1.0.22
           Bug fix: #1859 RateIt Stars disappear when clicking into another form field and pressing return

           1.0.21
           Bug fix: #1828 Progressive enhancement (using select) displays incorrect amount of stars
           Bug fix: #1829 Use UNIX-style (LF-only) line endings

           1.0.20
           Bug fix: #1817 Trigger change event on backingfield.

           1.0.19
           Feature: #1801 Added cancellable beforereset and beforerated events.
           Misc: added example showcasing use of SVG instead of GIF image.

           1.0.18
           Bug fix: #1747 Continuation...

           1.0.17
           Bug fix: #1747 Initialization fail with data-rateit-value=0

           1.0.16
           Bug fix: #1741 Using arrow keys after a rating changes rating.

           1.0.15
           Bug fix: #1728 Compatibility with jQuery mobile

           1.0.14
           Feature: #1712 Added a programmatic reset method which reverts to initial settings.
           Bug fix: #1711 On changing starheight/width some artifacts show up. (Thanks to JoeyBradshaw)

           1.0.13
           Bug fix: #1648 Removed console.log

           1.0.12
           Feature: ARIA support. Added basic ARIA support including keyboard navigation.
           Feature: Suggestion: use span instead of div.
           Bug fix: #1639 Firefox showing too many stars