jQuery.RateIt 1.0.19

There is a newer version of this package available.
See the version list below for details.
dotnet add package jQuery.RateIt --version 1.0.19
NuGet\Install-Package jQuery.RateIt -Version 1.0.19
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.19" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add jQuery.RateIt --version 1.0.19
#r "nuget: jQuery.RateIt, 1.0.19"
#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.19

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

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.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

           1.0.9
           Bug fix: #1203 Dynamically changing a property causes events to be re-registered, thanks to WeyenDrote

           1.0.8
           Bug fix: #1142 backingfield and readonly is broken. thanks to mathletics

           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