Star Rating Jquery Download
README.md A basic, yet flexible star rate jQuery plugin, using SVG. Features:. Doesn't use external images. Customize size. Customize colors.
Harry Potter is a series any age can enjoy. Harry potter and the chamber of secrets nl subs srt.
Use half or full stars. Choose the number of stars to be displayed. Define gradient color of selected stars. Specify a border/stroke thickness and color. Specify initial rating via options or markup data attribute. Execute callback after rating (ex. To notify a server).
onHover and onLeave events. Locked / Read-only mode. Unload option. Change star shape (rounded or straight). Resize stars demo For a working demo, see: Usage.
Include jQuery. // unload/destroy example $( 'your-selector '). StarRating( 'unload ') // set rating example $( 'your-selector '). StarRating( 'setRating ', 2.5) // set rating and round $( 'your-selector '). StarRating( 'setRating ', 2.8, true) // 3.0 // get rating example $( 'your-selector ').
StarRating( 'getRating ') // resize $( 'your-selector '). StarRating( 'resize ', 50) // disable/enable stars manually $( '.your-selector ').
StarRating( 'setReadOnly ', true); Callbacks name arguments description callback rating, DOM element Executes when selecting a rate.
README.md bootstrap-star-rating A simple yet powerful JQuery star rating plugin for Bootstrap which supports advanced features like fractional star fill and RTL input support. Developed with a focus on utlizing pure CSS-3 styling to render the control. The plugin uses Bootstrap markup and styling by default, but it can be overridden with any other CSS markup. View the or a at Krajee JQuery plugins. NOTE: Release v4.0 is a modified rewrite with various new enhancements and BC breaking features. It allows rendering richer markup for star symbols and offers theming support. Features.
Convert any HTML input to a star rating control. The plugin automatically converts an input to a star rating control if you set its class = rating. All options to the input can be passed as HTML5 data attributes.
You can use the HTML 5 number input for polyfill and the plugin will automatically use the number attributes like min, max, and step. However, number inputs have a problem with decimal values on the Chrome Browser. Read the Browser Support section in the documentation. Involves pure CSS3 styling of the stars. Say goodbye to image sprites or playing with image backgrounds.
Offers clean scalable vector icons for consistent display across devices. Optionally one can use the Unicode character set to override symbols. Use any of your favorite font icon frameworks to render your star symbols (for example you can easily use the icons from the FontAwesome library). Render and display fractional star ratings.
Star Rating Jquery Free Download
Configure number of stars, min, max, step, and theoretically support any fractional rating. Uses Bootstrap 3.x styles & glyphs by default.
But this can be overridden with plugin parameters and your own CSS styles. Support for RIGHT TO LEFT (RTL) input. Automatically changes star styling for RTL.
Ability to clear values and options for the stars. Control where the clear button element can be shown. Reset star rating to the initial value when the form is reset. Ability to control and display caption of the selected stars. Each rated star can have its own caption. Control where the caption element can be shown. Ability to size the rating control including the stars, caption, and clear button.
Five prebuilt size templates are available xl, lg, md, sm, and xs. Triggers JQuery events for advanced development.
Events currently available are rating.change, rating.clear, rating.reset, rating.refresh, rating.hover, and rating.hoverleave. Disabled and readonly input star rating support. Change stars and caption on mouse hover (new feature since v3.0.0).
Change stars and caption on slide and drag for mobile/touch devices (new feature since v3.1.0). Support for translations and locales. New features/changes since release v4.0. BC Breaking Change: The symbol, glyphicon, ratingClass properties have been removed.
The functionality is replaced with the theme property (and can also be complemented or implemented separately using the containerClass property). New property theme will assign a CSS class with the rating- to the rating container.