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.
<PackageVersion Include="jQuery.RateIt" Version="1.0.19" />
                    
Directory.Packages.props
<PackageReference Include="jQuery.RateIt" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version 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.
#addin nuget:?package=jQuery.RateIt&version=1.0.19
                    
Install as a Cake Addin
#tool nuget:?package=jQuery.RateIt&version=1.0.19
                    
Install as a Cake Tool

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 28,295 3/28/2019
1.1.1 36,984 10/20/2016
1.1.0 1,447 10/20/2016
1.0.25 1,440 10/20/2016
1.0.23 11,371 4/5/2016
1.0.22 104,154 5/27/2014
1.0.21 6,322 3/16/2014
1.0.20 3,159 2/16/2014
1.0.19 2,264 1/26/2014
1.0.18 1,846 12/22/2013
1.0.17 1,996 12/15/2013
1.0.16 2,120 11/24/2013
1.0.15 1,873 11/13/2013
1.0.13 12,804 8/17/2013
1.0.12 1,750 8/3/2013
1.0.9 36,686 10/31/2012
1.0.8 1,918 10/20/2012
1.0.7 2,758 7/28/2012
1.0.6 1,796 7/6/2012
1.0.5 1,945 6/8/2012
1.0.4.1 2,389 3/31/2012
1.0.4 1,726 3/31/2012
1.0.3 1,932 2/27/2012
1.0.2.11 2,620 11/11/2011
1.0.2.1 1,994 9/29/2011
1.0.2 2,117 7/13/2011
1.0.1 1,979 7/2/2011
1.0.0 2,042 6/11/2011
0.99.2 2,660 3/17/2011
0.99.1 2,195 3/7/2011
0.99.0 2,348 2/27/2011
0.98.0 2,333 2/16/2011
0.97.1 2,502 1/24/2011
0.97.0 2,618 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